Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Dec 17, 2024
1 parent bc79a41 commit 92155d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ jobs:
PACKAGE_NAME=${{ matrix.project.path }}
PACKAGE_NAME=$(basename $PACKAGE_NAME)
./scripts/.github/scripts/single_artifact_gates_report.sh ./test-repo/${{ matrix.project.path }}/target/*.json > gates_report_$PACKAGE_NAME.json
cat gates_report_$PACKAGE_NAME.json
echo "gates_report_name=$PACKAGE_NAME" >> $GITHUB_OUTPUT
- name: Upload gates report
Expand Down

0 comments on commit 92155d9

Please sign in to comment.