File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -111,9 +111,9 @@ jobs:
111111 SUBREPO=$(cat $COMPONENT/composer.json | jq -r '.extra.component.target')
112112 echo "New component found: $COMPONENT"
113113 if curl --head --silent --fail "https://api.github.com/repos/$SUBREPO" -H 'Authorization: Bearer ${{secrets.SPLIT_TOKEN}}' > /dev/null; then
114- echo " - Target Repo '$SUBREPO' exists"
114+ echo "✅ Target Repo '$SUBREPO' exists"
115115 else
116- echo " - Target Repo '$SUBREPO' DOES NOT EXIST"
116+ echo "❌ Target Repo '$SUBREPO' DOES NOT EXIST"
117117 FAIL="true"
118118 fi
119119 fi
Original file line number Diff line number Diff line change 11name : System Tests
22on :
3- pull_request :
3+ # This is failing because we don't have a service account key
4+ # they need to be moved to kokoro instead
45 workflow_dispatch :
56jobs :
67 # Run system tests on the release PR
You can’t perform that action at this time.
0 commit comments