Skip to content

Commit

Permalink
Change test run order.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzohrab committed Dec 24, 2023
1 parent 9046ea9 commit cc07f2d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,6 @@ jobs:
ls ${{ github.workspace }}
cat ${{ github.workspace }}/lute/config/config.yml
# 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
set -e
inv playwright
- name: Test
run: |
# Have to explicitly set MECAB_PATH for natto-py.
Expand All @@ -82,6 +70,18 @@ jobs:
export MECAB_PATH=/lib/x86_64-linux-gnu/libmecab.so.2
inv accept --headless -s
# 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
set -e
inv playwright
# Code style etc checks after functionality verified.
- name: Lint
run: inv lint
Expand Down

0 comments on commit cc07f2d

Please sign in to comment.