Skip to content

Commit

Permalink
Fix Corepack env var in PnP CI job (#1567)
Browse files Browse the repository at this point in the history
  • Loading branch information
ovidiuch committed Nov 19, 2023
1 parent 8bec88a commit db0339b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-pnp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
jobs:
pnp-install-and-run:
runs-on: ubuntu-latest
env:
SKIP_YARN_COREPACK_CHECK: true
steps:
- run: git config --global core.autocrlf false

Expand All @@ -27,8 +29,6 @@ jobs:
cache-dependency-path: |
react-cosmos/yarn.lock
pnp-example/yarn.lock
env:
SKIP_YARN_COREPACK_CHECK: true
- name: Build react-cosmos packages
run: |
Expand Down

0 comments on commit db0339b

Please sign in to comment.