Skip to content

Commit

Permalink
PI-1414 update pipeline to allow auto passing of projects
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-britton-moj committed Sep 27, 2023
1 parent 62c3edc commit b08cae3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/end-to-end-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ jobs:
if [[ $(echo "$projects" | jq "any(.[]; . == $app)") == true ]]
then
passed_projects=$(echo "$passed_projects" | jq ". += [$app]")
echo "$passed_projects"
fi
done
echo "skipped-projects=${skipped_projects:-'[]'}" | tee -a "$GITHUB_OUTPUT"
Expand Down

0 comments on commit b08cae3

Please sign in to comment.