Skip to content

Commit

Permalink
Update build_reusable.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoj committed Jun 1, 2023
1 parent 1926edb commit 93f8104
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_reusable.yml
Expand Up @@ -38,12 +38,13 @@ env:
TURBO_TEAM: 'vercel'
TURBO_REMOTE_ONLY: 'true'
NEXT_TELEMETRY_DISABLED: 1
TEST_VALUE: 'v'
# we build a dev binary for use in CI so skip downloading
# canary next-swc binaries in the monorepo
NEXT_SKIP_NATIVE_POSTINSTALL: 1
DATADOG_API_KEY: ${{ secrets.DATA_DOG_API_KEY }}
TEST_TIMINGS_TOKEN: ${{ secrets.TEST_TIMINGS_TOKEN }}
NEXT_TEST_JOB: 1
DATADOG_API_KEY: ${{ secrets.DATA_DOG_API_KEY }}

jobs:
build:
Expand Down

0 comments on commit 93f8104

Please sign in to comment.