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 17, 2023
1 parent f1505fe commit c620266
Showing 1 changed file with 6 additions and 22 deletions.
28 changes: 6 additions & 22 deletions .github/workflows/test.yml
Expand Up @@ -361,31 +361,15 @@ 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 Pnpm
uses: pnpm/action-setup@v2.2.4
- name: "Setup Node"
uses: ./.github/actions/setup-node
with:
version: 7.2.1
enable-corepack: "false"
package-install: "false"

- name: Make sure pnpm always has a cache
- name: Install Turborepo globally
shell: bash
run: |
mkdir -p `pnpm store path`
- name: Disable corepack
shell: bash
run: corepack disable

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
cache: ${{ matrix.manager }}
cache-dependency-path: package.json
run: npm i -g turbo@canary

- name: Check \"${{ matrix.example }}\" example with \"${{ matrix.manager }}\"
shell: bash
Expand Down

0 comments on commit c620266

Please sign in to comment.