Skip to content

Commit dbdaf35

Browse files
committed
use correct file
1 parent eae541c commit dbdaf35

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,8 +35,9 @@ jobs:
3535
run: |
3636
poetry export --without-hashes --format=requirements.txt > requirements.txt
3737
pip install -r requirements.txt
38-
mkdir -p ~/.beta9/config.ini
39-
echo $BETA9_CONFIG >> ~/.beta9
38+
mkdir ~/.beta9
39+
touch ~/.beta9/config.ini
40+
echo $BETA9_CONFIG >> ~/.beta9/config.ini
4041
4142
- name: Deploy
4243
run: cd tests && beta9 deploy app.py:run_tests -n integration-tests

0 commit comments

Comments
 (0)