Skip to content

Commit

Permalink
ci: Remove Rust/Go toolchain for examples tests
Browse files Browse the repository at this point in the history
Examples tests do not use a local build of Turborepo, so we do not need the toolchain for that
  • Loading branch information
mehulkar committed May 16, 2023
1 parent 676e97c commit b81bfa0
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -337,10 +337,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- uses: ./.github/actions/setup-turborepo-environment
with:
target: ${{ matrix.os.name }}
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: "Setup Node"
uses: ./.github/actions/setup-node

- name: Install Turbo globally
shell: bash
run: npm i -g turbo@canary

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

0 comments on commit b81bfa0

Please sign in to comment.