Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
Experiment with config 2 and 3
  • Loading branch information
alanbchristie authored Jun 19, 2024
1 parent f0adbc6 commit dee6561
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,18 @@ jobs:
python -m xchemalign.copier -h
python -m xchemalign.collator -h
python -m xchemalign.aligner -h
- name: Test test-data config_1
- name: Test config_1
run: |
mkdir -p test-data/outputs/upload_1
python -m xchemalign.collator -c test-data/config_1.yaml
python -m xchemalign.aligner -d test-data/outputs/upload_1
- name: Test config_2
run: |
mkdir -p test-data/outputs/upload_2
python -m xchemalign.collator -c test-data/config_2.yaml
python -m xchemalign.aligner -d test-data/outputs/upload_3
- name: Test config_3
run: |
mkdir -p test-data/outputs/upload_3
python -m xchemalign.collator -c test-data/config_3.yaml
python -m xchemalign.aligner -d test-data/outputs/upload_3

0 comments on commit dee6561

Please sign in to comment.