Adding code to use test database when in debug mode #10

Merged
phoenix merged 10 commits from use_test_db into devel 2025-04-03 16:26:37 +00:00
Showing only changes of commit 7174962d0b - Show all commits

View File

@@ -67,7 +67,8 @@ jobs:
echo "Docker environment check complete."
# NOTE: Do NOT use continue-on-error here.
# If Docker isn't working as expected, the job SHOULD fail here.
- run: |
- name: Run tests
run: |
mkdir -p ~/.ssh
echo "${{ secrets.MYREPO_TOKEN }}" > ~/.ssh/gitlab_deploy_key
chmod 600 ~/.ssh/gitlab_deploy_key