Skip to content

Commit

Permalink
updated CI action
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinMenden committed Dec 21, 2020
1 parent 49ffed4 commit 28825ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
- name: Create example data
run: |
mkdir example_data
scaden example -out example_data
scaden example --out example_data/
- name: Simulate training data
run: |
scaden simulate -d example_data --pattern '*_counts.txt'
scaden simulate --data example_data/ --pattern '*_counts.txt'
- name: Scaden process
run: |
Expand Down

0 comments on commit 28825ee

Please sign in to comment.