Skip to content

Commit

Permalink
Actions: test out Linux arm64 runner [skip build]
Browse files Browse the repository at this point in the history
kevinlul committed Jan 20, 2025

Unverified

This user has not yet uploaded their public signing key.
1 parent d03874a commit 59134a1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -11,7 +11,13 @@ on:

jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- ubuntu-24.04-arm
runs-on: ${{ matrix.os }}
if: >-
!(
contains(github.event.head_commit.message, '[skip test]') ||

0 comments on commit 59134a1

Please sign in to comment.