diff --git a/.github/workflows/forest.yml b/.github/workflows/forest.yml index 57d258999de..2c86756373c 100644 --- a/.github/workflows/forest.yml +++ b/.github/workflows/forest.yml @@ -565,3 +565,29 @@ jobs: - name: Dump docker logs if: always() uses: jwalton/gh-docker-logs@v2 + # Umbrella job to aggregate all integration tests and get their status + integration-tests-status: + needs: + - build-macos + - build-ubuntu + - cargo-publish-dry-run + - forest-cli-check + - calibnet-check + - calibnet-stateless-mode-check + - state-migrations-check + - calibnet-wallet-check + - calibnet-export-check + - calibnet-no-discovery-checks + - calibnet-kademlia-checks + - calibnet-eth-mapping-check + - db-migration-checks + - db-migration-checks-car-db + - local-devnet-check + - local-devnet-curio-check + - calibnet-rpc-checks + - bootstrap-checks-forest + - bootstrap-checks-lotus + name: Integration tests status + runs-on: ubuntu-24.04 + steps: + - run: echo "All integration tests passed."