Skip to content

Commit ac75f76

Browse files
authored
fix: playwright report (#268)
1 parent 2484946 commit ac75f76

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pr-playwright-report.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ jobs:
2121
id: pr
2222
run: echo "::set-output name=id::$(<pr/pr-id.txt)"
2323
shell: bash
24+
- name: Install AWS CLI
25+
uses: unfor19/install-aws-cli-action@v1
26+
with:
27+
version: 2.22.35
28+
arch: amd64
2429
- name: Upload to S3
2530
env:
2631
AWS_ACCESS_KEY_ID: ${{ secrets.STORYBOOK_S3_KEY_ID }}

0 commit comments

Comments
 (0)