Skip to content

Commit

Permalink
disable at the end again
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulkar committed Jun 8, 2023
1 parent 3e76813 commit 49a2dc8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,13 @@ jobs:
# making test output non-deterministic.
run: turbo run test --color --remote-only --token=${{ secrets.TURBO_TOKEN }} --team=${{ vars.TURBO_TEAM }} --filter="turborepo-tests-examples" -- "${{ matrix.example }}" "${{ matrix.manager }}"

# Re-enable corepack, actions/setup-node invokes other package managers and
# that causes corepack to throw an error, so we disable it here. The "Post" step
# for actions/setup-node will run at the end of this job, so we need to prep for it.
- name: Disable corepack again
shell: bash
run: corepack disable

js_packages:
name: JS Package Tests
timeout-minutes: 30
Expand Down

0 comments on commit 49a2dc8

Please sign in to comment.