Skip to content

Commit 59d0fd2

Browse files
authored
Merge branch 'main' into improve-error-response
2 parents b678377 + bc9da18 commit 59d0fd2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858

5959
- name: Test Local Action
6060
id: test-action
61+
continue-on-error: true
6162
uses: ./
6263
with:
6364
prompt: hello
@@ -66,6 +67,7 @@ jobs:
6667

6768
- name: Print Output
6869
id: output
70+
continue-on-error: true
6971
run: echo "${{ steps.test-action.outputs.response }}"
7072

7173
test-action-prompt-file:
@@ -86,6 +88,7 @@ jobs:
8688

8789
- name: Test Local Action with Prompt File
8890
id: test-action-prompt-file
91+
continue-on-error: true
8992
uses: ./
9093
with:
9194
prompt-file: prompt.txt
@@ -94,6 +97,7 @@ jobs:
9497
GITHUB_TOKEN: ${{ github.token }}
9598

9699
- name: Print Output
100+
continue-on-error: true
97101
run: |
98102
echo "Response saved to: ${{ steps.test-action-prompt-file.outputs.response-file }}"
99103
cat "${{ steps.test-action-prompt-file.outputs.response-file }}"

0 commit comments

Comments
 (0)