Skip to content

Commit

Permalink
Fixed issues #40 & #42
Browse files Browse the repository at this point in the history
  • Loading branch information
nbhoski committed Jul 18, 2024
1 parent 2cd45b7 commit 4e16ed6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ jobs:
- name: Verify summary exception for invalid task
run: |
set -e
grep "Build summary not created" console.log
grep "Build summary data not created" console.log
! grep "while reading the build summary file:" console.log
! grep "trying to delete the build summary" console.log
rm console.log
2 changes: 1 addition & 1 deletion src/buildSummary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export function processAndDisplayBuildSummary() {
}
writeSummary(taskSummaryTableRows);
} else {
core.info(`Build summary file ${filePath} does not exist.`);
core.info(`Build summary data not created.`);
}

}
Expand Down

0 comments on commit 4e16ed6

Please sign in to comment.