We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbdaf35 commit 39351f4Copy full SHA for 39351f4
1 file changed
.github/workflows/deploy-integration-tests.yml
@@ -38,6 +38,7 @@ jobs:
38
mkdir ~/.beta9
39
touch ~/.beta9/config.ini
40
echo $BETA9_CONFIG >> ~/.beta9/config.ini
41
+ cat ~/.beta9/config.ini
42
43
- name: Deploy
44
run: cd tests && beta9 deploy app.py:run_tests -n integration-tests
0 commit comments