We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07f6fe6 commit 21c63bfCopy full SHA for 21c63bf
.github/workflows/code-quality.yml
@@ -82,4 +82,4 @@ jobs:
82
run: pnpm install
83
84
- name: Run tests
85
- run: pnpm run test:ci
+ run: SKIP_ENV_VALIDATION=true pnpm run test:ci
0 commit comments