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 127f392 commit dd5b42cCopy full SHA for dd5b42c
.github/workflows/build-and-deploy.yml
@@ -12,13 +12,15 @@ on:
12
pull_request:
13
14
jobs:
15
+
16
validation:
17
runs-on: ubuntu-latest
18
steps:
19
- name: Checkout the repository
20
uses: actions/checkout@v3
21
- name: Validate the Gradle Wrapper
22
uses: gradle/[email protected]
23
24
build:
25
needs:
26
- validation
@@ -44,6 +46,7 @@ jobs:
44
46
uses: codecov/[email protected]
45
47
with:
48
directory: "build/reports/jacoco"
49
50
release:
51
concurrency:
52
# Allow only one release at a time.
@@ -78,6 +81,7 @@ jobs:
78
81
run: |
79
82
npm install
80
83
npx semantic-release
84
85
docker-image-delivery:
86
87
- release
@@ -135,6 +139,7 @@ jobs:
135
139
async-api-deploy:
136
140
137
141
142
+ runs-on: ubuntu-latest
138
143
if: needs.release.outputs.release-status == 'released'
144
145
0 commit comments