Skip to content

Commit

Permalink
Disable playwright in github ci for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzohrab committed Nov 22, 2023
1 parent b7f8cf5 commit 70e3bbb
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,16 @@ jobs:
ls ${{ github.workspace }}
cat ${{ github.workspace }}/lute/config/config.yml
- name: Playwright install
run: playwright install

- name: Playwright smoke test
run: |
set -x
inv playwright
# Playwright tests were hanging far too often on github ci,
# but not consistently. No idea what was going wrong.
# TODO github ci: fix playwright hanging.
## - name: Playwright install
## run: playwright install

## - name: Playwright smoke test
## run: |
## set -x
## inv playwright

- name: Test
run: |
Expand Down

0 comments on commit 70e3bbb

Please sign in to comment.