We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19873a4 commit cf33960Copy full SHA for cf33960
1 file changed
.github/workflows/deploy-integration-tests.yml
@@ -35,7 +35,8 @@ jobs:
35
run: |
36
poetry export --without-hashes --format=requirements.txt > requirements.txt
37
pip install -r requirements.txt
38
- { echo ""; echo ""; echo $BEAM_TOKEN } | beta9 config create test5 --gateway-host gateway.stage.beam.cloud --gateway-port 443
+ pip install beta9
39
+ { echo ""; echo ""; echo $BEAM_TOKEN } | beta9 config create default --gateway-host gateway.stage.beam.cloud --gateway-port 443
40
41
- name: Deploy
- run: cd tests && beam deploy app.py:run_tests -n integration-tests
42
+ run: cd tests && beta9 deploy app.py:run_tests -n integration-tests
0 commit comments