Skip to content

Commit d67a2c0

Browse files
Anton StandrikAnton Standrik
authored andcommitted
fix: download artifacts
1 parent ba14006 commit d67a2c0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,11 @@ jobs:
203203
mkdir gh-pages
204204
git --work-tree=gh-pages checkout gh-pages -- .
205205
206+
- name: Download Playwright artifacts
207+
uses: actions/download-artifact@v3
208+
with:
209+
name: playwright-artifacts
210+
206211
- name: Copy new report
207212
run: |
208213
mkdir -p gh-pages/${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)