Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
blechschmidt committed Jun 22, 2024
1 parent f66d7b0 commit 5571c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: echo "$DOTENV" > tests/.env
- name: Run CLI tests
timeout-minutes: 30
run: cd tests && python test_cli.py -v
run: cd tests && python test_cli.py -v PalliumTestCase.test_mv
- name: Run sandbox tests
timeout-minutes: 30
run: cd tests && python test_sandbox.py -v
Expand Down

0 comments on commit 5571c33

Please sign in to comment.