Skip to content

Commit

Permalink
Add report-id to some pr workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewiggins committed Jul 30, 2020
1 parent dd77861 commit 3d5bf04
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-multi-init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: andrewiggins/tachometer-reporter-action@master
with:
path: tests/results/test-results.json
initialize: true
initialize: true # Should work without report-id
pr-bench-name: local-framework
base-bench-name: base-framework

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pr-setup-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
uses: andrewiggins/tachometer-reporter-action@master
with:
path: tests/results/test-results.json
report-id: test-bench-1
pr-bench-name: local-framework
base-bench-name: base-framework

Expand All @@ -48,3 +49,4 @@ jobs:
uses: andrewiggins/tachometer-reporter-action@master
with:
path: tests/results/other-results.json
report-id: test-bench-2
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
- name: Report Other Tachometer Result
uses: andrewiggins/tachometer-reporter-action@v1
with:
path: tests/results/other-results.json
path: other-results.json
```
## Features
Expand Down

0 comments on commit 3d5bf04

Please sign in to comment.