Skip to content

Commit

Permalink
Adding updates to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tnylea committed Sep 16, 2024
1 parent 7e6426e commit 82e250f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,13 +151,13 @@ jobs:

- name: Upload Screenshots
if: failure()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: screenshots
path: tests/Browser/screenshots
- name: Upload Console Logs
if: failure()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: console
path: tests/Browser/console
Expand Down

0 comments on commit 82e250f

Please sign in to comment.