diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1c8152f5..f9c95604 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,8 +20,8 @@ jobs: - name: npm run build run: npm run build - name: npm test - run: npm test + run: npm run test if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest' - name: npm test (windows) - run: npm test:windows + run: npm run test:windows if: matrix.os == 'windows-latest'