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 b1a33af commit 2acc022Copy full SHA for 2acc022
.github/workflows/build.yml
@@ -45,11 +45,13 @@ jobs:
45
continue-on-error: false
46
if: always()
47
shell: bash
48
- run: curl --fail -I --data-binary @codecov.yml https://codecov.io/validate
+ run: curl --fail -vv --data-binary @codecov.yml https://codecov.io/validate
49
50
build:
51
name: Build on JDK ${{ matrix.java-version }} (${{ matrix.os-name }})
52
runs-on: ${{ matrix.os-name }}
53
+ needs:
54
+ - linting
55
56
strategy:
57
fail-fast: false
0 commit comments