Skip to content

Commit fa419d0

Browse files
update to use matrix.os
1 parent ec221c4 commit fa419d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code_health.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
- name: Install dependencies
2929
run: npm ci
3030
- name: Run tests
31-
if: runner.os == 'ubuntu-latest'
31+
if: matrix.os == 'ubuntu-latest'
3232
run: npm test
3333
- name: Run tests
34-
if: runner.os != 'ubuntu-latest'
34+
if: matrix.os != 'ubuntu-latest'
3535
run: npm test
3636
env:
3737
SKIP_ATLAS_LOCAL_TESTS: "true"

0 commit comments

Comments
 (0)