changed title of one of the runs

This commit is contained in:
iadgovuser58 2023-08-18 09:26:14 -04:00
parent dc99c5b4b5
commit fdf7c7268c

View File

@ -90,7 +90,7 @@ jobs:
path: artifacts/upload_reports/*
if-no-files-found: ignore
# If buildFailed file exists, use that to fail the ACA unit tests
- name: Fail if build or unit test failed
- name: Check if build/test passed or failed
if: ${{ hashFiles('artifacts/githubActionsResults/buildFailed.txt') != '' }}
uses: actions/github-script@v6
with: