Skip to content

Commit 8f35ad5

Browse files
committed
cleanup
Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
1 parent 5ab2b03 commit 8f35ad5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/commit.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build_and_test:
11-
name: Build and Unit Test (${{ matrix.platform.arch }}, ${{ matrix.platform.os }})
11+
name: Build and Test (${{ matrix.platform.arch }}, ${{ matrix.platform.os }})
1212
runs-on: ${{ matrix.platform.os }}
1313
strategy:
1414
fail-fast: false
@@ -67,7 +67,7 @@ jobs:
6767
- run: make integration-test
6868

6969
docker_build_and_integration_test:
70-
name: Build and Run Integration Tests
70+
name: Integration Test with Docker Image
7171
runs-on: ubuntu-latest
7272
steps:
7373
- name: Checkout
@@ -127,9 +127,9 @@ jobs:
127127
cache-from: type=gha
128128
cache-to: type=gha,mode=max
129129

130-
integration_test_on_main:
130+
docker_build_and_integration_test_on_main:
131131
needs: [docker_build_and_integration_test]
132-
name: Integration Test (${{ matrix.platform.arch }})
132+
name: Integration Test with Docker Image (${{ matrix.platform.arch }})
133133
# This will only run on push events to the main branch.
134134
# Mainly to check the multi-arch image by running the
135135
# integration tests on both architectures.

0 commit comments

Comments
 (0)