Skip to content

Commit

Permalink
workflow: token secret for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMysterius committed Sep 1, 2024
1 parent d3fd544 commit c604bfe
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/builds+tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,10 @@ jobs:
- name: Install Dependencies
run: 'pnpm install --frozen-lockfile'

- name: Playwright Install
run: 'pnpm exec playwright install'
- run: 'pnpm exec playwright install'

- name: Set env
run: echo "DATABASE_URL=file:../data/GetItDone.db" >> $GITHUB_ENV
run: echo "DATABASE_URL=file:../data/GetItDone.db TOKEN_SECRET=abc" >> $GITHUB_ENV
- run: pnpm prisma:generate
- run: pnpm prisma:migrate

Expand Down

0 comments on commit c604bfe

Please sign in to comment.