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 01d7c5bCopy full SHA for 01d7c5b
.github/workflows/test-e2e.yaml
@@ -37,6 +37,9 @@ jobs:
37
with:
38
go-version-file: go.mod
39
40
+ - name: Install Pandoc
41
+ run: sudo apt-get install pandoc
42
+
43
- name: Install Ginkgo
44
run: go install github.com/onsi/ginkgo/v2/ginkgo
45
.github/workflows/test.yaml
@@ -26,6 +26,9 @@ jobs:
26
args: --timeout=5m
27
version: v2.3.0
28
29
30
31
32
validate:
33
runs-on: ubuntu-latest
34
0 commit comments