Skip to content

Commit

Permalink
Merge pull request #183 from lidofinance/actions/upload-artifact
Browse files Browse the repository at this point in the history
up artifacts
  • Loading branch information
itaven authored Sep 16, 2024
2 parents 396aa4c + acfcc0f commit c80e0db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
WALLET_PASSWORD: ${{ secrets.WALLET_PASSWORD }}
NODE_OPTIONS: --max-old-space-size=4096

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
if: ${{ always() }}
with:
name: playwright-report
Expand Down

0 comments on commit c80e0db

Please sign in to comment.