File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88
99jobs :
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
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.
You can’t perform that action at this time.
0 commit comments