1
0
Fork 0
mirror of https://github.com/crawler-commons/crawler-commons synced 2024-04-27 17:25:03 +02:00

Align JDK dist with the dist we are using for actual test/build

This commit is contained in:
Richard Zowalla 2023-06-13 10:41:38 +02:00
parent 9261174c6c
commit ee620d489e
No known key found for this signature in database
GPG Key ID: 91EA7956A2DAD9CE

View File

@ -18,10 +18,10 @@ jobs:
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
distribution: adopt
distribution: 'temurin'
java-version: 11
- name: Build & test with Maven and coverage
run: mvn -B --no-transfer-progress clean test
run: mvn -B --no-transfer-progress test
- name: Post to Coveralls
uses: coverallsapp/github-action@v2
with: