Skip to content

Commit

Permalink
Update reusable-e2e-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
goncer authored Apr 12, 2024
1 parent 3931fb0 commit cd32081
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/reusable-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,11 +278,6 @@ jobs:
if: failure()
run: echo '[GCP Bucket link](https://console.cloud.google.com/storage/browser/mangata-node-ci-cache/${{ github.sha }}/${{ env.MATRIX_COMMAND_PATH }})' >> $GITHUB_STEP_SUMMARY

- name: Stop docker instance
if: always()
run: |
docker kill $(docker ps -q) 2>/dev/null && echo $?
docker-compose down -v

test-complete:
needs: [setup-report, e2e-test-matrix]
Expand Down

0 comments on commit cd32081

Please sign in to comment.