We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c47cf3a commit 867afe9Copy full SHA for 867afe9
.github/workflows/testing.yml
@@ -18,6 +18,7 @@ jobs:
18
ruff format .
19
- name: Run Tests
20
run: |
21
+ cp .env.testing .env
22
cp .env.testing app/.env
23
cd app/
24
ls -al
0 commit comments