From 9bddf38a7e210242a518920c3835ac8d00b66575 Mon Sep 17 00:00:00 2001 From: Vedant Padwal <79689323+js-ts@users.noreply.github.com> Date: Thu, 16 May 2024 11:26:50 +0530 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1b059af..1dd6424 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: curl -sL https://get.bacalhau.org/install.sh | bash - name: Run script to test docs - run: bash test/test-docs.sh + run: bash test/docs_test.sh - name: Commit and push changes run: |