Skip to content

Commit

Permalink
increase simulation steps
Browse files Browse the repository at this point in the history
  • Loading branch information
jteijema committed Apr 3, 2024
1 parent dc31bad commit 9dfb057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Test makita templates
run: |
cd tmp/basic
asreview makita template basic --instances_per_query 100 --no_wordclouds| tee output.txt
asreview makita template basic --instances_per_query 10 --no_wordclouds| tee output.txt
grep -q "ERROR" output.txt && exit 1 || true
cd ../arfi
asreview makita template arfi | tee output.txt
Expand Down

0 comments on commit 9dfb057

Please sign in to comment.