Skip to content

Commit

Permalink
Remove Rogue done
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-britton-moj committed Sep 27, 2023
1 parent dd1e3f8 commit 31b2792
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 @@ -153,7 +153,6 @@ jobs:
merged=$(echo "$auto_pass_projects $passed_projects" | jq -s 'add')
passed_projects=$(echo "$merged $projects" | jq -sc '.[0] - (.[0] - .[1])')
fi
done
echo "skipped-projects=${skipped_projects:-'[]'}" | tee -a "$GITHUB_OUTPUT"
echo "failed-projects=${failed_projects:-'[]'}" | tee -a "$GITHUB_OUTPUT"
echo "passed-projects=${passed_projects:-'[]'}" | tee -a "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 31b2792

Please sign in to comment.