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 787173e commit e13ad36Copy full SHA for e13ad36
.github/workflows/build.yml
@@ -116,7 +116,7 @@ jobs:
116
- name: Unit tests
117
run: mvn -B test -q
118
- name: Codecov
119
- uses: codecov/codecov-action@v3.1.1
+ uses: codecov/codecov-action@v3.1.4
120
- name: Install jars
121
run: mvn install -q -B -DskipTests
122
- name: Integration tests using spring boot version ${{ matrix.spring-boot-version }}
0 commit comments