Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
blechschmidt committed Jun 23, 2024
1 parent 1dd20fe commit c60a1d5
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 PalliumTestCase.test_mv
run: cd tests && python test_cli.py -v PalliumTestCase.test_port_forwarding
- name: Run sandbox tests
timeout-minutes: 30
run: cd tests && python test_sandbox.py -v
Expand Down

0 comments on commit c60a1d5

Please sign in to comment.