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.
2 parents e4b36b8 + dfe8957 commit 635beb4Copy full SHA for 635beb4
.github/workflows/compute-covarage.yml
@@ -12,11 +12,10 @@ jobs:
12
environment:
13
name: coveralls
14
steps:
15
- - uses: actions/checkout@v2
16
- - uses: actions/setup-java@v2.5.0
+ - uses: actions/checkout@v3
+ - uses: actions/setup-java@v3
17
with:
18
- java-version: 8
19
- distribution: 'zulu'
20
- architecture: x64
+ java-version: '11'
+ distribution: 'adopt'
21
- name: Build and test
22
run: cd sqlschema2java-core && mvn clean test jacoco:report coveralls:report -DrepoToken=${{ secrets.coveralls_repo_token }}
0 commit comments