remove third-party echo test from CI (#1048)

This commit is contained in:
Luke Kingland 2022-06-09 21:11:39 +09:00 committed by GitHub
parent b40911b67c
commit a6ce010b96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -21,7 +21,5 @@ jobs:
run: ./hack/allocate.sh run: ./hack/allocate.sh
- name: Local Registry - name: Local Registry
run: ./hack/registry.sh run: ./hack/registry.sh
- name: Verify Configuration
run: ./hack/test.sh
- name: Integration Test - name: Integration Test
run: make test-integration run: make test-integration