Skip to content

Commit

Permalink
[CI] fix bash commands for syft.test.scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
khoaguin committed Sep 26, 2024
1 parent a203de9 commit 7bd6573
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -307,9 +307,11 @@ changedir = {toxinidir}/tests/scenariosv2
setenv =
commands =
# l2 test with a k8s high cluster
just delete-high start-high deploy-high && pytest -s --disable-warnings l2_test.py
bash -c "just delete-high start-high deploy-high && \
pytest -s --disable-warnings l2_test.py"
# l0 test with a k8s high and low cluster
just reset-high && just delete-low start-low deploy-low && pytest -s --disable-warnings l0_test.py
bash -c "just reset-high && just delete-low start-low deploy-low && \
pytest -s --disable-warnings l0_test.py"

[testenv:syft.test.notebook]
description = Syft Notebook Tests
Expand Down

0 comments on commit 7bd6573

Please sign in to comment.