We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c90fe39 commit 91533abCopy full SHA for 91533ab
.github/workflows/test.yml
@@ -33,7 +33,7 @@ jobs:
33
run: npm ci
34
35
- name: Tests - Linux
36
- if: matrix.os == 'ubuntu-22.04' || matrix.os == 'ubuntu-22.04'
+ if: matrix.os == 'ubuntu-22.04' || matrix.os == 'ubuntu-22.04-arm'
37
run: xvfb-run --auto-servernum npm run test-ci
38
39
# - name: Test - Windows
0 commit comments