Skip to content

Commit 91533ab

Browse files
committed
Enable arm test
1 parent c90fe39 commit 91533ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: npm ci
3434

3535
- name: Tests - Linux
36-
if: matrix.os == 'ubuntu-22.04' || matrix.os == 'ubuntu-22.04'
36+
if: matrix.os == 'ubuntu-22.04' || matrix.os == 'ubuntu-22.04-arm'
3737
run: xvfb-run --auto-servernum npm run test-ci
3838

3939
# - name: Test - Windows

0 commit comments

Comments
 (0)