Skip to content

Commit

Permalink
fix: e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed Jul 17, 2023
1 parent 8a74c38 commit 78ab51b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-apps-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ env:
SENTRY_UPLOAD_DRY_RUN: true
NEXTAUTH_URL: http://localhost:3000
NEXTAUTH_SECRET: secret-string-only-for-ci
APP_CACHE_DSN: ''

jobs:
e2e:
Expand Down Expand Up @@ -82,7 +83,6 @@ jobs:
run: |
pnpm --filter=web build
env:
APP_CACHE_DSN: ''
NEXT_IGNORE_ESLINT: true
NEXT_IGNORE_TYPE_CHECK: true
NEXT_DISABLE_SOURCEMAPS: true
Expand Down

0 comments on commit 78ab51b

Please sign in to comment.