Skip to content

Commit

Permalink
feat: Move update script to use lighter tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TomMcL committed Jul 25, 2023
1 parent 639c1f2 commit ed77e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update_vega_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ VEGA_SIM_NETWORKS_TAG=master" > .env

make
make proto
pytest -s -v --log-cli-level INFO -m integration
pytest -s -v --log-cli-level INFO -m "not integration"
if [ "$?" == 0 ]
then
echo "Test run successful, keeping updated versions"
Expand Down

0 comments on commit ed77e9d

Please sign in to comment.