Skip to content

Commit 59134a1

Browse files
committed
1 parent d03874a commit 59134a1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/node.js.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,13 @@ on:
1111

1212
jobs:
1313
test:
14-
runs-on: ubuntu-latest
14+
strategy:
15+
fail-fast: false
16+
matrix:
17+
os:
18+
- ubuntu-latest
19+
- ubuntu-24.04-arm
20+
runs-on: ${{ matrix.os }}
1521
if: >-
1622
!(
1723
contains(github.event.head_commit.message, '[skip test]') ||

0 commit comments

Comments
 (0)