Skip to content

Commit

Permalink
ci: ignore exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
0xawaz committed Dec 3, 2024
1 parent 7099f85 commit 31cb3a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
id: run_script
run: |
cd ./coprocessor/
./scripts/run_everything.sh ; \
docker ps --format "table {{.Names}}\t{{.Image}}\t{{.Status}}\t{{.Ports}}" ; \
docker logs zama-kms-gateway-dev-kms-blockchain-asc-deploy-1 ; \
docker logs zama-kms-gateway-dev-kms-simulator-keygen-1 ; \
./scripts/run_everything.sh || true
docker ps --format "table {{.Names}}\t{{.Image}}\t{{.Status}}\t{{.Ports}}"
docker logs zama-kms-gateway-dev-kms-blockchain-asc-deploy-1
docker logs zama-kms-gateway-dev-kms-simulator-keygen-1
docker logs zama-kms-gateway-dev-kms-gateway-1

0 comments on commit 31cb3a7

Please sign in to comment.