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 c437116 commit 8a519c9Copy full SHA for 8a519c9
.github/workflows/manual-release.yml
@@ -18,14 +18,11 @@ jobs:
18
# distribution: corretto
19
20
run-integration-tests:
21
- runs-on: ubuntu-latest
22
- steps:
23
- - name: Run Integration Tests
24
- uses: ./.github/workflows/run-integration-tests.yaml
25
- with:
26
- branch: main
27
- jdk: 11
28
- distribution: corretto
+ uses: ./.github/workflows/run-integration-tests.yaml
+ with:
+ branch: main
+ jdk: 11
+ distribution: corretto
29
30
publish-to-maven-central:
31
runs-on: ubuntu-latest
0 commit comments