Skip to content

Commit

Permalink
fix: playwright report (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
NasgulNexus authored Jan 29, 2025
1 parent 2484946 commit ac75f76
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pr-playwright-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
id: pr
run: echo "::set-output name=id::$(<pr/pr-id.txt)"
shell: bash
- name: Install AWS CLI
uses: unfor19/install-aws-cli-action@v1
with:
version: 2.22.35
arch: amd64
- name: Upload to S3
env:
AWS_ACCESS_KEY_ID: ${{ secrets.STORYBOOK_S3_KEY_ID }}
Expand Down

0 comments on commit ac75f76

Please sign in to comment.