Skip to content

Commit b6869aa

Browse files
committed
update gh actions
Signed-off-by: Paul Schultz <pschultz@pobox.com>
1 parent 9808da1 commit b6869aa

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/pr.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
5454
with:
5555
node-version: ${{ matrix.node-version }}
56-
registry-url: 'https://registry.npmjs.org'
56+
registry-url: "https://registry.npmjs.org"
5757

5858
- name: Setup local Turbo cache
5959
uses: dtinth/setup-github-actions-caching-for-turbo@cc723b4600e40a6b8815b65701d8614b91e2669e # v1
@@ -96,7 +96,7 @@ jobs:
9696
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
9797
with:
9898
node-version: ${{ matrix.node-version }}
99-
registry-url: 'https://registry.npmjs.org'
99+
registry-url: "https://registry.npmjs.org"
100100

101101
- name: Setup local Turbo cache
102102
uses: dtinth/setup-github-actions-caching-for-turbo@cc723b4600e40a6b8815b65701d8614b91e2669e # v1
@@ -127,5 +127,8 @@ jobs:
127127
- name: Run tests
128128
run: yarn run test --continue --affected
129129

130-
- name: Verify wrappers
131-
run: yarn workspace dynamic-plugins-utils run test:wrappers
130+
- name: Install dynamic plugin dependencies
131+
run: cd ./dynamic-plugins && yarn install && cd ..
132+
133+
- name: Verify dynamic plugin wrappers
134+
run: cd ./dynamic-plugins && yarn test && cd ..

0 commit comments

Comments
 (0)