Skip to content

Commit

Permalink
update test suite for newer node/yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcphers committed Sep 16, 2024
1 parent 623cd28 commit 73ef47b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/positron-full-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ jobs:
ELECTRON_SKIP_BINARY_DOWNLOAD: 1
POSITRON_GITHUB_PAT: ${{ github.token }}
run: |
# Install Yarn
npm install -g yarn
# Enable corepack (for yarn)
corepack enable
# Install node-gyp; this is required by some packages, and yarn
# sometimes fails to automatically install it.
Expand All @@ -111,8 +111,8 @@ jobs:
# Perform the main yarn command; this installs all Node packages and
# dependencies
yarn --immutable --network-timeout 120000
yarn --cwd test/automation install install --frozen-lockfile
yarn --cwd test/smoke install install --frozen-lockfile
yarn --cwd test/automation add install --frozen-lockfile
yarn --cwd test/smoke add install --frozen-lockfile
# Note cache-hit will be set to true only when cache hit occurs for the exact key match.
# For a partial key match it will be set to false
Expand Down

0 comments on commit 73ef47b

Please sign in to comment.