Skip to content

Commit

Permalink
ci: fix artifact download path
Browse files Browse the repository at this point in the history
  • Loading branch information
lingbopro committed Jan 20, 2025
1 parent 80b070b commit 3acbac6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: build-result
path: ./
path: ./dist
- name: Install playwright browsers
run: npx playwright install --with-deps
- name: Run tests
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: build-result
path: ./
path: ./dist
- name: Install playwright browsers
run: npx playwright install --with-deps
- name: Run coverage tests
Expand Down

0 comments on commit 3acbac6

Please sign in to comment.