-
Notifications
You must be signed in to change notification settings - Fork 1
29 lines (26 loc) · 803 Bytes
/
test.yaml
File metadata and controls
29 lines (26 loc) · 803 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
name: test
# A callable workflow to execute repository tests.
on:
workflow_call:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r build-requirements.txt
- name: Jote
run: |
jote --manifest manifest-fragnet-search.yaml --dry-run --allow-no-tests
jote --manifest manifest-im-virtual-screening.yaml --dry-run
jote --manifest manifest-silicos-it.yaml --dry-run --allow-no-tests
jote --manifest manifest-dmpk.yaml --dry-run
jote --manifest manifest-im-mordred.yaml --dry-run