Skip to content

Commit

Permalink
change location of package in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Wrede committed Jan 29, 2025
1 parent 561d841 commit 0df6eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/tests/examples/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ python ../../.ci/tests/examples/wait_for.py reducer
python ../../.ci/tests/examples/wait_for.py combiners

>&2 echo "Upload compute package"
python ../../.ci/tests/examples/api_test.py set_package --path package.tgz --helper "$helper" --name test
python ../../.ci/tests/examples/api_test.py set_package --path client/package.tgz --helper "$helper" --name test

>&2 echo "Wait for clients to connect"
python ../../.ci/tests/examples/wait_for.py clients
Expand Down

0 comments on commit 0df6eeb

Please sign in to comment.