Skip to content

Commit cf33960

Browse files
committed
update command
1 parent 19873a4 commit cf33960

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/deploy-integration-tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
run: |
3636
poetry export --without-hashes --format=requirements.txt > requirements.txt
3737
pip install -r requirements.txt
38-
{ echo ""; echo ""; echo $BEAM_TOKEN } | beta9 config create test5 --gateway-host gateway.stage.beam.cloud --gateway-port 443
38+
pip install beta9
39+
{ echo ""; echo ""; echo $BEAM_TOKEN } | beta9 config create default --gateway-host gateway.stage.beam.cloud --gateway-port 443
3940
4041
- name: Deploy
41-
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

Comments
 (0)