Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 17f0a15

Browse files
added ids
1 parent 9094cb7 commit 17f0a15

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/verify.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v2
1111
- name: Set up JDK 11
12+
id: setup-jdk
1213
uses: actions/setup-java@v1
1314
with:
1415
java-version: '11'
1516

1617
- name: Gradle Test Core
18+
id: test
1719
env:
1820
AZ_STORAGE_SAS: ${{ secrets.AZ_STORAGE_SAS }}
1921
AZ_STORAGE_KEY: ${{ secrets.AZ_STORAGE_KEY }}
@@ -23,6 +25,7 @@ jobs:
2325
run: ./gradlew clean check -x :extensions:catalog:catalog-atlas:check -x :extensions:security:security-azure:check -x :extensions:transfer:transfer-nifi:check -x :external:nifi:processors:check
2426

2527
- name: Publish Unit Test Results
28+
id: publish-results
2629
uses: EnricoMi/publish-unit-test-result-action@v1
2730
if: always()
2831
with:
@@ -48,6 +51,7 @@ jobs:
4851
steps:
4952
- uses: actions/checkout@v2
5053
- name: Set up JDK 11
54+
id: setup-jdk
5155
uses: actions/setup-java@v1
5256
with:
5357
java-version: '11'

0 commit comments

Comments
 (0)