Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
big-andy-coates committed Oct 10, 2023
1 parent 0fdb1aa commit b27c234
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/run-perf-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ name: Perf Test

on:
workflow_dispatch:
pull_request:
branches: [ main ]
# Todo: remove this and add one tht runs on merge to main, killing any previous.
#todo: same for func test.
pull_request:
branches: [ main ]

permissions:
contents: read
Expand All @@ -22,7 +24,7 @@ jobs:
java-version: '17'
distribution: 'adopt'
- name: Install pandoc # used for latex to markdown conversion
run: |
run: | # todo: drop this.
sudo apt-get update
sudo apt-get pandoc
- name: Setup Gradle
Expand All @@ -32,4 +34,5 @@ jobs:
- name: Run
run: |
./gradlew runBenchmarks
pandoc benchmark_results.csv -t gfm >> $GITHUB_STEP_SUMMARY
pandoc benchmark_results.csv -t gfm >> $GITHUB_STEP_SUMMARY
# todo: split into two steps and use docker

0 comments on commit b27c234

Please sign in to comment.