We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e37921a commit c1f5312Copy full SHA for c1f5312
.github/workflows/build.yml
@@ -47,7 +47,7 @@ jobs:
47
command: |
48
mvn -B test
49
- name: Run tests on Windows and macOS
50
- if: matrix.os != 'macos-latest'
+ if: matrix.os != 'ubuntu-latest'
51
uses: nick-invision/[email protected]
52
with:
53
timeout_minutes: 30
0 commit comments