Skip to content

Commit

Permalink
Update error message
Browse files Browse the repository at this point in the history
b/290997541
  • Loading branch information
oxve committed Jul 20, 2023
1 parent 2ff51b7 commit 8d6ea62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_test_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
fs.writeFileSync(`${process.env.GITHUB_WORKSPACE}/unit-test-results.zip`, Buffer.from(download.data));
} else {
// TODO: Comment on PR?
core.setFailed('Expected exactly ');
core.setFailed(`Expected one artifact with name 'unit-test-results'. Found ${matchArtifacts.length}.`);
}
- name: Extract Archived Unit Test Results
run: unzip unit-test-results.zip -d unit-test-results
Expand Down

0 comments on commit 8d6ea62

Please sign in to comment.