[release-2.17] Allow E2E testing to fail (#6280)

Signed-off-by: JohnNiang <johnniang@foxmail.com>
Co-authored-by: JohnNiang <johnniang@foxmail.com>
pull/6281/head
Halo Dev Bot 2024-07-05 17:54:03 +08:00 committed by GitHub
parent 06c957aa7a
commit 1cbc9c4765
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -119,6 +119,7 @@ jobs:
push: false
context: .
- name: E2E Testing
continue-on-error: true
run: |
sudo curl -L https://github.com/docker/compose/releases/download/v2.23.0/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose
sudo chmod u+x /usr/local/bin/docker-compose