Skip to content

Commit

Permalink
CI Test
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopgrassi authored Mar 17, 2024
1 parent 3059d9d commit d2c6e85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sample-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
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) }});
return script(
${{ steps.diff.outputs.all_changed_files }}
);
Expand Down

0 comments on commit d2c6e85

Please sign in to comment.