Skip to content

Commit fa3835f

Browse files
committed
added pandoc
1 parent be7b4ab commit fa3835f

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/test-e2e.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,12 @@ jobs:
2020
with:
2121
go-version-file: go.mod
2222

23+
- name: Install Pandoc
24+
run: sudo apt-get install pandoc
25+
2326
- name: Validate
2427
run: make validate
28+
2529
tests-e2e:
2630
runs-on: ubuntu-latest
2731
needs: validate

.github/workflows/test.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: Validate
4144
run: make validate
4245

0 commit comments

Comments
 (0)