diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b90012..dedea50 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,6 +58,7 @@ jobs: - name: Test Local Action id: test-action + continue-on-error: true uses: ./ with: prompt: hello @@ -86,6 +87,7 @@ jobs: - name: Test Local Action with Prompt File id: test-action-prompt-file + continue-on-error: true uses: ./ with: prompt-file: prompt.txt