mirror of https://github.com/halo-dev/halo
[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
parent
06c957aa7a
commit
1cbc9c4765
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue