Skip to content

Commit 643c342

Browse files
committed
Continue to try fixing the workflow
1 parent a20bd59 commit 643c342

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/pull-request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@ jobs:
7373
if: matrix.lib.changes
7474
uses: actions/checkout@v4
7575

76-
- name: Echo cwd
77-
run: pwd
78-
7976
- name: Initialize Repo
8077
if: matrix.lib.changes
8178
uses: ./.github/actions/src/init
@@ -84,6 +81,9 @@ jobs:
8481
playwright: ${{ matrix.lib.changes && matrix.lib.needsPlaywright }}
8582
shell: ${{ matrix.os == 'windows-latest' && 'pwsh' || 'bash' }}
8683

84+
- name: Echo cwd
85+
run: pwd
86+
8787
- name: Run Tests
8888
if: matrix.lib.changes
8989
run: yarn test --coverage

docs/src/modules/1-getting-started/6-troubleshooting.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ does not seem to work (or work permanently) for you.
1818

1919
Things to check for:
2020
- Remove any errant `package.json` or `.yarnrc.yml` files in places like your home directory or elsewhere.
21-
- Run `npm uninstall -g yarn` if you previously instally Yarn using installed `npm`.
21+
- Run `npm uninstall -g yarn` if you previously installed Yarn using installed `npm`.
22+
- For people running Windows, `corepack enable` is a command that needs to be run using administrator privileges. If this is not possible for you, there are [workarounds](https://github.com/nodejs/corepack?tab=readme-ov-file#corepack-enable--name).

0 commit comments

Comments
 (0)