Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into new-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopgrassi committed Mar 17, 2024
2 parents 1d0508c + 0ec8581 commit b5b91d0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/sample-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
const script = require(`${process.env.GITHUB_WORKSPACE}/gen-test-metrics.js`)
console.log(${{ fromJson(steps.diff.outputs.all_changed_files) }});
console.log(${{ steps.diff.outputs.all_changed_files }});
const script = require('.github/scripts/gen-test-metrics.js')
return script(
${{ steps.diff.outputs.all_changed_files }}
);
Expand Down

0 comments on commit b5b91d0

Please sign in to comment.