Skip to content

Commit 25101b0

Browse files
authored
ci: run main job on correct platforms
1 parent 43a83e5 commit 25101b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
# for branches, we only need to check Linux + Node LTS
1010
# note that we do linting here, but not on Windows / MacOS (no need to)
1111
linux-and-lts:
12-
runs-on: ubuntu-latest
12+
runs-on: ${{ matrix.os }}
1313

1414
strategy:
1515
matrix:
@@ -27,6 +27,7 @@ jobs:
2727
- run: yarn build:es
2828
- run: yarn build:all
2929
- run: yarn lint
30+
if: matrix.os == 'ubuntu-latest'
3031
- run: xvfb-run yarn test --coverage --testTimeout 20000
3132
env: { CI: 1 }
3233
if: matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)