Skip to content

Commit ce241d7

Browse files
committed
Create file in CI first
1 parent 09c9953 commit ce241d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/unit_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
steps:
3333
- name: Write Docker-secrets-like file for CI
3434
run: |
35+
touch /run/secrets/django_secret_key
3536
echo "for-testing-only" > /run/secrets/django_secret_key
3637
3738
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)