Skip to content

Commit

Permalink
ci(actions): allow glob to selectively enable --turbo tests (#2744)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoj committed Dec 12, 2022
1 parent ceee8d3 commit 951f51d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -837,11 +837,13 @@ jobs:
node: [16, 18]
group: [1, 2]
env:
# Enabling backtract will makes snapshot tests fail
# Enabling backtrace will makes snapshot tests fail
RUST_BACKTRACE: 0
NEXT_TELEMETRY_DISABLED: 1
NEXT_TEST_JOB: 1
__INTERNAL_CUSTOM_TURBOPACK_BINARY: ${{ github.workspace }}/artifacts/release-x86_64-unknown-linux-musl/next-dev
# Glob pattern to run specific tests with --turbo.
__INTERNAL_NEXT_DEV_TEST_TURBO_GLOB_MATCH: ""

steps:
# https://github.com/actions/virtual-environments/issues/1187
Expand All @@ -852,7 +854,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: vercel/next.js
ref: v13.0.5-canary.5
ref: v13.0.6-canary.2

- name: Setup pnpm
uses: pnpm/action-setup@v2.2.4
Expand Down

0 comments on commit 951f51d

Please sign in to comment.