Skip to content

Commit

Permalink
ci: run generate-report file
Browse files Browse the repository at this point in the history
  • Loading branch information
SirusCodes committed Feb 13, 2023
1 parent a664aa4 commit 9219aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: dart-lang/setup-dart@v1

- name: generate report
run: generate-report.sh
run: ./generate-report.sh

- name: zip results
run: ( cd benchmark && zip results.zip results/ )
Expand Down

0 comments on commit 9219aea

Please sign in to comment.