diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 497e534719..d170e907a6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -618,6 +618,8 @@ jobs: echo "- test-go-pg: ${{ needs.test-go-pg.result }}" echo "- test-go-race: ${{ needs.test-go-race.result }}" echo "- test-js: ${{ needs.test-js.result }}" + echo "- test-e2e: ${{ needs.test-e2e.result }}" + echo "- offlinedocs: ${{ needs.offlinedocs.result }}" echo # We allow skipped jobs to pass, but not failed or cancelled jobs.