Skip to content

Commit

Permalink
fix: ci.yml loads DATABASE_URL again
Browse files Browse the repository at this point in the history
  • Loading branch information
anmho committed Feb 5, 2024
1 parent f0dc882 commit e555e73
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,14 @@ env:
jobs:
test:
runs-on: ubuntu-latest
env:
DATABASE_URL: ${{ secrets.DATABASE_URL }}

steps:
- uses: actions/checkout@v4

- name: Setup
uses: ./tooling/github/setup

- name: Run tests
env:
DATABASE_URL: ${{ secrets.DATABASE_URL }}
run: turbo db:generate && turbo test

0 comments on commit e555e73

Please sign in to comment.