Skip to content

Commit

Permalink
remove playwright tests (#987)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi authored Jun 6, 2024
1 parent bec92c6 commit e274859
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,25 @@ env:
WORKOS_CLIENT_ID: ${{ secrets.WORKOS_CLIENT_ID }}
# HUME_API_KEY: ${{ secrets.HUME_API_KEY }}

jobs:
test:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
jobs: {}
# test:
# timeout-minutes: 60
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4

- name: Install
uses: ./.github/actions/install
# - name: Install
# uses: ./.github/actions/install

- name: Install Playwright Browsers
run: pnpm exec playwright install --with-deps
# - name: Install Playwright Browsers
# run: pnpm exec playwright install --with-deps

- name: Run Playwright tests
run: pnpm exec playwright test --debug
# - name: Run Playwright tests
# run: pnpm exec playwright test --debug

- uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report
path: playwright-report/
retention-days: 30
# - uses: actions/upload-artifact@v4
# if: always()
# with:
# name: playwright-report
# path: playwright-report/
# retention-days: 30

0 comments on commit e274859

Please sign in to comment.