Skip to content

Commit

Permalink
chore: Repent
Browse files Browse the repository at this point in the history
  • Loading branch information
I-Al-Istannen committed Aug 27, 2023
1 parent f2f9d21 commit e59f167
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,27 @@ jobs:
run: nix develop .#jdk${{ matrix.java }} --command true
- name: Test
run: nix develop .#jdk${{ matrix.java }} --command test

test-windows:
runs-on: windows-latest
name: Tests on windows with java 17
steps:
- name: git checkout
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
with:
fetch-depth: 0
- uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3
with:
distribution: 'temurin'
java-version: '17'
cache: 'maven'

- name: Test
run: |
cp chore/logback.xml src/test/resources/
mvn -f spoon-pom test
cat testResults.spoon
coverage:
runs-on: ubuntu-latest
name: Test with coverage
Expand Down

0 comments on commit e59f167

Please sign in to comment.