Skip to content

Commit

Permalink
bypass env check for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald committed Aug 25, 2022
1 parent 1d7db57 commit 55734d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
run: npm run lint

- name: Execute tests
env:
LARAVEL_BYPASS_ENV_CHECK=1
run: npm test

- name: Run build
Expand Down

0 comments on commit 55734d0

Please sign in to comment.