We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6abd5a8 commit 9bddf38Copy full SHA for 9bddf38
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
20
curl -sL https://get.bacalhau.org/install.sh | bash
21
22
- name: Run script to test docs
23
- run: bash test/test-docs.sh
+ run: bash test/docs_test.sh
24
25
- name: Commit and push changes
26
run: |
0 commit comments