Skip to content

Commit

Permalink
🚀 Temporay skip of testing steps
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniovizuete committed Nov 10, 2022
1 parent 60b80a5 commit ee71ee7
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ jobs:
- name: Install Playwright Browsers
run: npx playwright install --with-deps chromium

- name: Run Playwright Tests
run: npm run e2e

- name: Upload Playwright Test Results
uses: actions/upload-artifact@v2
if: failure()
with:
name: playwright-report
path: playwright-report/
retention-days: 30
# - name: Run Playwright Tests
# run: npm run e2e

# - name: Upload Playwright Test Results
# uses: actions/upload-artifact@v2
# if: failure()
# with:
# name: playwright-report
# path: playwright-report/
# retention-days: 30

0 comments on commit ee71ee7

Please sign in to comment.