Skip to content

Commit

Permalink
fix pandoc installation
Browse files Browse the repository at this point in the history
  • Loading branch information
big-andy-coates committed Oct 10, 2023
1 parent b27c234 commit a3f6ae7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/run-func-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ name: Func Test

on:
workflow_dispatch:
push:
branches: [ main ]

concurrency:
group: ${{ github.ref }}-func-test
cancel-in-progress: true

permissions:
contents: read
Expand Down
11 changes: 8 additions & 3 deletions .github/workflows/run-perf-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,16 @@ name: Perf Test

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

concurrency:
group: ${{ github.ref }}-perf-test
cancel-in-progress: true

permissions:
contents: read

Expand All @@ -26,7 +31,7 @@ jobs:
- name: Install pandoc # used for latex to markdown conversion
run: | # todo: drop this.
sudo apt-get update
sudo apt-get pandoc
sudo apt-get haskell-platform
- name: Setup Gradle
uses: gradle/gradle-build-action@842c587ad8aa4c68eeba24c396e15af4c2e9f30a # v2.9.0
with:
Expand Down

0 comments on commit a3f6ae7

Please sign in to comment.