Skip to content

Commit

Permalink
chore(ci): JS tests don't need to setup rust and capnproto (#8787)
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulkar authored Jul 19, 2024
1 parent 8de0996 commit c5ae6fb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test-js-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,13 @@ jobs:
ref: ${{ github.ref }}
fetch-depth: ${{ steps.fetch-depth.outputs.depth }}

- name: Setup Turborepo Environment
uses: ./.github/actions/setup-turborepo-environment
- name: "Setup Node"
uses: ./.github/actions/setup-node
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
extra-flags: --no-optional
node-version: ${{ matrix.node-version }}
env:
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1

- name: Install Global Turbo
uses: ./.github/actions/install-global-turbo
Expand Down

0 comments on commit c5ae6fb

Please sign in to comment.