Skip to content

Commit 50e7106

Browse files
committed
ci: improve e2e tests
1 parent 5edce2e commit 50e7106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ jobs:
245245
# run: npm run build
246246

247247
- name: Download node_modules from artifacts
248-
uses: actions/upload-artifact@v4
248+
uses: actions/download-artifact@v4
249249
with:
250250
name: ${{ runner.os }}-modern-node-modules-${{ hashFiles('**/package-lock.json') }}
251251
path: node_modules

0 commit comments

Comments
 (0)