We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a838b25 commit ea56a8aCopy full SHA for ea56a8a
1 file changed
.github/workflows/ci.yml
@@ -209,7 +209,7 @@ jobs:
209
path: .next/
210
211
- name: Run E2E tests
212
- run: pnpm test:e2e -- --project=chromium
+ run: pnpm test:e2e --project=chromium
213
env:
214
DATABASE_URL: 'postgresql://test:test@localhost:5432/test'
215
NEXTAUTH_URL: 'http://localhost:3000'
@@ -442,3 +442,4 @@ jobs:
442
- name: Run Dependency Review
443
uses: actions/dependency-review-action@v4
444
if: github.event_name == 'pull_request'
445
+ continue-on-error: true
0 commit comments