Skip to content

Commit

Permalink
fix: 🐛 updated to remove not needed extra test
Browse files Browse the repository at this point in the history
  • Loading branch information
Loonz806 committed Dec 19, 2024
1 parent 8f12724 commit 0f02852
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 27 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/githubactions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@ jobs:
run: npm run build
- name: Run e2e
run: npm run e2e:test
- uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
with:
name: playwright-report
path: playwright-report/
retention-days: 30
env:
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}
sonarcloud:
Expand Down
27 changes: 0 additions & 27 deletions .github/workflows/playwright.yml

This file was deleted.

0 comments on commit 0f02852

Please sign in to comment.