Skip to content

Commit

Permalink
Corrected the runplatform script portion to use sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ritwik-g committed Jan 31, 2025
1 parent b04281f commit f0bbc43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ allowlist_externals=
sh
commands_pre =
pip install -r tests/e2e/requirements.txt
./run-platform.sh -b
sh run-platform.sh -b
sleep 30
docker compose -f docker/docker-compose.yaml ps -a
commands =
Expand Down

0 comments on commit f0bbc43

Please sign in to comment.