Skip to content

Commit 01d7c5b

Browse files
committed
added pandoc
1 parent be7b4ab commit 01d7c5b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/test-e2e.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
with:
3838
go-version-file: go.mod
3939

40+
- name: Install Pandoc
41+
run: sudo apt-get install pandoc
42+
4043
- name: Install Ginkgo
4144
run: go install github.com/onsi/ginkgo/v2/ginkgo
4245

.github/workflows/test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
args: --timeout=5m
2727
version: v2.3.0
2828

29+
- name: Install Pandoc
30+
run: sudo apt-get install pandoc
31+
2932
validate:
3033
runs-on: ubuntu-latest
3134

0 commit comments

Comments
 (0)