Skip to content

Commit a7c6d1d

Browse files
committed
fix name
1 parent 49c2de3 commit a7c6d1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/graalvm-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
env:
4646
server: ${{ matrix.server }}
4747

48-
- name: Build and test native image
48+
- name: Build native image
4949
run: ./gradlew :${server}:nativeCompile
5050
env:
5151
server: ${{ matrix.server }}
@@ -60,7 +60,7 @@ jobs:
6060
env:
6161
server: ${{ matrix.server }}
6262

63-
- name: Verify HTTP spec compliance
63+
- name: Integration Test
6464
run: |
6565
echo "sending a test query"
6666
curl --request POST \

0 commit comments

Comments
 (0)