Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
otociulis committed Dec 5, 2024
1 parent 47d64a1 commit ae681f0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,9 @@ jobs:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Run Playwright Tests
run: npm run test:e2e
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: screenshot
path: screenshot.png

0 comments on commit ae681f0

Please sign in to comment.