Skip to content

Restructure e2e tests the same way we did for the rust baseline repo #19

Restructure e2e tests the same way we did for the rust baseline repo

Restructure e2e tests the same way we did for the rust baseline repo #19

Workflow file for this run

# This file is automatically generated by terraform. I hope it's
# readable, but please don't edit it.
"jobs":
"any_ci":
"runs-on": "ubuntu-latest"
"steps":
- "name": "Immediate success for improved visibility on github merge queue"
"run": "true"
"e2e":
"secrets": "inherit"
"uses": "./.github/workflows/e2e.yml"
"overall_ci":
"if": "always()"
"needs":
- "e2e"
"permissions":
"actions": "read"
"runs-on": "ubuntu-latest"
"steps":
- "env":
"NEEDS_JSON": "${{toJSON(needs)}}"
"name": "Transform outcomes"
"run": |
echo "ALL_SUCCESS=$(echo "$NEEDS_JSON" | jq '. | to_entries | map(.value.result == "success") | all')" >>$GITHUB_ENV
- "name": "check"
"run": "[ $ALL_SUCCESS == true ]"
"name": "CI"

Check failure on line 28 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. boinkor-net/ci-baseline-go/.github/workflows/e2e.yml@7e08564d257985169d6b5ab3e339b3f129c4726a (Line: 28, Col: 36): Invalid input, _internal_continue_on_error is not defined in the referenced workflow.
"on":
"merge_group": {}
"pull_request":
"branches": "main"
"push":
"branches":
- "main"