Skip to content

Commit

Permalink
add process.env.GITHUB_ACTIONS = "true";
Browse files Browse the repository at this point in the history
  • Loading branch information
cenfun committed Jul 4, 2024
1 parent 29706b5 commit d9f4bd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions github-actions-summary/github-actions-summary.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export default (reportData, helper) => {

const summaryFile = path.resolve(summaryDir, 'test-summary.md');
process.env.GITHUB_STEP_SUMMARY = summaryFile;
process.env.GITHUB_ACTIONS = 'true';

const {
name, dateH, durationH, summary
Expand Down

0 comments on commit d9f4bd0

Please sign in to comment.