Skip to content

Commit

Permalink
update for next.js changes to env vars (#5361)
Browse files Browse the repository at this point in the history
### Description

update for vercel/next.js#51353
  • Loading branch information
sokra committed Jun 26, 2023
1 parent 99d6aa0 commit f448cb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nextjs-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ env:
# pnpm version should match to what upstream next.js uses
PNPM_VERSION: 7.24.3
DATADOG_API_KEY: ${{ secrets.DD_KEY_TURBOPACK }}
DATADOG_TRACE_NEXTJS_TEST: 'true'
DD_ENV: 'ci'
DATADOG_TRACE_NEXTJS_TEST: "true"
DD_ENV: "ci"
# Turbopack specific customization for the test runner
__INTERNAL_NEXT_DEV_TEST_TURBO_DEV: TRUE
TURBOPACK: 1
__INTERNAL_CUSTOM_TURBOPACK_BINDINGS: ${{ github.workspace }}/packages/next-swc/native/next-swc.linux-x64-gnu.node
NEXT_TEST_SKIP_RETRY_MANIFEST: ${{ github.workspace }}/integration-test-data/test-results/main/failed-test-path-list.json
NEXT_TEST_CONTINUE_ON_ERROR: TRUE
Expand Down

0 comments on commit f448cb5

Please sign in to comment.