Skip to content

Commit

Permalink
🧪 try a normal background run
Browse files Browse the repository at this point in the history
  • Loading branch information
acidjazz committed Aug 24, 2024
1 parent 7b8edd9 commit 3784a18
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,8 @@ jobs:
- name: Rename .env.test-action to .env.test
run: mv .env.test-action .env.test

- uses: JarvusInnovations/background-action@v1
with:
run: pnpm run dev:test
wait-on: http://localhost:3000
- name: Run dev:test in the background
run: pnpm run dev:test &

- name: Run Migrations
run: pnpm run db:test:reset
Expand Down

0 comments on commit 3784a18

Please sign in to comment.