We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eae541c commit dbdaf35Copy full SHA for dbdaf35
1 file changed
.github/workflows/deploy-integration-tests.yml
@@ -35,8 +35,9 @@ jobs:
35
run: |
36
poetry export --without-hashes --format=requirements.txt > requirements.txt
37
pip install -r requirements.txt
38
- mkdir -p ~/.beta9/config.ini
39
- echo $BETA9_CONFIG >> ~/.beta9
+ mkdir ~/.beta9
+ touch ~/.beta9/config.ini
40
+ echo $BETA9_CONFIG >> ~/.beta9/config.ini
41
42
- name: Deploy
43
run: cd tests && beta9 deploy app.py:run_tests -n integration-tests
0 commit comments