updated env for npm test

This commit is contained in:
2023-03-24 11:58:53 +10:00
parent 0f99d3e83b
commit 498fd89239

View File

@@ -37,4 +37,6 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Run Vue tests
env:
LARAVEL_BYPASS_ENV_CHECK: "1"
run: npm run test