We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de2e6ef commit ad59cafCopy full SHA for ad59caf
.github/workflows/pr-test.yml
@@ -207,6 +207,15 @@ jobs:
207
runs-on: ubuntu-latest
208
needs: unit-and-tav-test
209
steps:
210
+ - name: Checkout
211
+ uses: actions/checkout@v4
212
+ with:
213
+ fetch-depth: 0
214
+ - uses: actions/setup-node@v4
215
216
+ node-version: 18
217
+ - name: Install
218
+ run: npm ci
219
- name: Download Test Artifacts (18)
220
uses: actions/download-artifact@v4
221
with:
0 commit comments