Skip to content

Commit

Permalink
chore(build): update dist/index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
AriPerkkio authored and actions-user committed Aug 8, 2021
1 parent 30035d3 commit cd0d286
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5947,6 +5947,7 @@ async function run() {
await core3.group("Running eslint-remote-tester", () => runTester(eslintRemoteTesterConfig));
const resultCount = await core3.group("Posting results", async () => {
const testResults = JSON.parse(import_fs2.default.readFileSync(RESULTS_TMP, "utf8"));
core3.info(`Scanned ${testResults.repositoryCount} repositories`);
const results = testResults.results || [];
if (results.length === 0) {
core3.info("Skipping result posting due to 0 results");
Expand Down

0 comments on commit cd0d286

Please sign in to comment.