Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
invertedEcho committed Aug 3, 2024
1 parent ec8d8ca commit 32d749a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ jobs:

- name: Run tests
run: |
echo DATABASE_URL=${{ secrets.DATABASE_URL }} >> .env.test
echo DATABASE_URL=${{ secrets.DATABASE_URL }} >> /home/runner/work/flatshare/flatshare/backend/.env.test
pnpm test
working-directory: ./backend

0 comments on commit 32d749a

Please sign in to comment.