We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be7b4ab commit fa3835fCopy full SHA for fa3835f
.github/workflows/test-e2e.yaml
@@ -20,8 +20,12 @@ jobs:
20
with:
21
go-version-file: go.mod
22
23
+ - name: Install Pandoc
24
+ run: sudo apt-get install pandoc
25
+
26
- name: Validate
27
run: make validate
28
29
tests-e2e:
30
runs-on: ubuntu-latest
31
needs: validate
.github/workflows/test.yaml
@@ -37,6 +37,9 @@ jobs:
37
38
39
40
41
42
43
44
45
0 commit comments