Skip to content

Commit

Permalink
another test
Browse files Browse the repository at this point in the history
  • Loading branch information
i36lib committed Apr 1, 2024
1 parent 14361af commit 183d6a8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ on:

jobs:
test:
strategy:
matrix:
os: [ macos-latest, ubuntu-latest, windows-latest ]
# strategy:
# matrix:
# os: [ macos-latest, ubuntu-latest, windows-latest ]
runs-on: macos-latest
steps:
- name: Checkout
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -164,11 +164,11 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M5</version>
</plugin>
<!-- <plugin>-->
<!-- <groupId>org.apache.maven.plugins</groupId>-->
<!-- <artifactId>maven-surefire-plugin</artifactId>-->
<!-- <version>3.0.0-M5</version>-->
<!-- </plugin>-->
</plugins>
</build>
</project>

0 comments on commit 183d6a8

Please sign in to comment.