Skip to content

Commit

Permalink
Skip artifact download for test e2e deploy workflow (#56807)
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Oct 13, 2023
1 parent 869d93c commit 329cd71
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/test_e2e_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ jobs:
TURBO_REMOTE_ONLY: 'true'
TEST_TIMINGS_TOKEN: ${{ secrets.TEST_TIMINGS_TOKEN }}
NEXT_TELEMETRY_DISABLED: 1
# we build a dev binary for use in CI so skip downloading
# canary next-swc binaries in the monorepo
NEXT_SKIP_NATIVE_POSTINSTALL: 1

strategy:
fail-fast: false
Expand All @@ -50,11 +47,6 @@ jobs:

- run: npm i -g vercel@latest

- uses: actions/download-artifact@v3
with:
name: next-swc-binaries
path: packages/next-swc/native

- run: RESET_VC_PROJECT=true node scripts/reset-vercel-project.mjs
name: Reset test project

Expand Down

0 comments on commit 329cd71

Please sign in to comment.