Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit 1613ad1

Browse files
committed
ci: newer ubuntu, run default headed
We had some issues with Chrome on the older Ubuntu (at least when running in headless mode). This steps up the Ubuntu version to 20.04 and runs the browsers in the default headed mode.
1 parent 6319545 commit 1613ad1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/verify.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
unit-tests:
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-20.04
1717
strategy:
1818
matrix:
1919
node-version: ['14', '15']
@@ -53,7 +53,7 @@ jobs:
5353
5454
ui-tests:
5555
needs: unit-tests
56-
runs-on: ubuntu-latest
56+
runs-on: ubuntu-20.04
5757
strategy:
5858
fail-fast: false
5959
matrix:
@@ -77,7 +77,6 @@ jobs:
7777
install-command: yarn install --immutable --immutable-cache
7878
start: yarn cypress:ui-tests
7979
browser: ${{ matrix.browser }}
80-
headless: true
8180
working-directory: packages/ui-tests
8281
wait-on: 'http://localhost:9009'
8382
command-prefix: yarn workspace practical-react-components-ui-tests
@@ -91,7 +90,7 @@ jobs:
9190

9291
docs:
9392
needs: unit-tests
94-
runs-on: ubuntu-latest
93+
runs-on: ubuntu-20.04
9594
steps:
9695
- uses: actions/checkout@v2
9796

0 commit comments

Comments
 (0)