Make actual inference in CI optional, since it depends on org settings
This commit is contained in:
@@ -58,6 +58,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Test Local Action
|
- name: Test Local Action
|
||||||
id: test-action
|
id: test-action
|
||||||
|
continue-on-error: true
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
prompt: hello
|
prompt: hello
|
||||||
@@ -86,6 +87,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Test Local Action with Prompt File
|
- name: Test Local Action with Prompt File
|
||||||
id: test-action-prompt-file
|
id: test-action-prompt-file
|
||||||
|
continue-on-error: true
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
prompt-file: prompt.txt
|
prompt-file: prompt.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user