Skip to content

Commit

Permalink
Remove Playwright steps
Browse files Browse the repository at this point in the history
  • Loading branch information
franknoirot committed Jan 9, 2024
1 parent c10b95f commit b4b3e2e
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/unitTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:
branches: [main]
jobs:
playwright-macos:
main:
timeout-minutes: 10
runs-on: macos-latest
steps:
Expand All @@ -16,15 +16,7 @@ jobs:
cache: 'yarn'
- name: Install dependencies
run: yarn
- name: Install Playwright Browsers
run: yarn playwright install --with-deps
- name: Run integration tests
run: yarn test:unit run
env:
CI: true
- uses: actions/upload-artifact@v3
if: always()
with:
name: playwright-report
path: playwright-report/
retention-days: 30

0 comments on commit b4b3e2e

Please sign in to comment.