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 5f45958 commit b74d819Copy full SHA for b74d819
2 files changed
.github/workflows/deploy.yml
@@ -19,6 +19,11 @@ jobs:
19
uses: actions/checkout@v4
20
21
- name: Run tests
22
+ env:
23
+ LOGFIRE_TOKEN: ${{ secrets.LOGFIRE_TOKEN }}
24
+ SUPABASE_KEY: ${{ secrets.SUPABASE_KEY }}
25
+ SUPABASE_URL: ${{ secrets.SUPABASE_URL }}
26
+ SUPABASE_DB_URL: ${{ secrets.SUPABASE_DB_URL }}
27
run: make test
28
29
- name: Show container logs on failure
.github/workflows/test.yml
@@ -16,6 +16,11 @@ jobs:
16
17
18
0 commit comments