Skip to content

Commit eae541c

Browse files
committed
simple directory fix
1 parent 6f086ef commit eae541c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
poetry export --without-hashes --format=requirements.txt > requirements.txt
3737
pip install -r requirements.txt
3838
mkdir -p ~/.beta9/config.ini
39-
echo $BETA9_CONFIG >> ~/.beta9/config.ini
39+
echo $BETA9_CONFIG >> ~/.beta9
4040
4141
- name: Deploy
4242
run: cd tests && beta9 deploy app.py:run_tests -n integration-tests

0 commit comments

Comments
 (0)