Skip to content

Commit

Permalink
Testing workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
PalumboN committed Jan 7, 2025
1 parent aa870f2 commit 2ad8d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: npm install

- name: Run benchmarks
run: echo "##[set-output name=RESULT;]$(npm run test:benchmarks)"
run: echo "::set-output name=RESULT::$(npm run test:benchmarks)"
id: benchmarks
continue-on-error: true

Expand Down

1 comment on commit 2ad8d26

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark Results


Please sign in to comment.