File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 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
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 ..
You can’t perform that action at this time.
0 commit comments