We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bce474 commit 63830c4Copy full SHA for 63830c4
.github/actions/run-examples/action.yml
@@ -30,7 +30,7 @@ runs:
30
- name: Patch tests/test_examples_run.yaml check with modified files
31
shell: bash
32
run: |
33
- yq -i '.check = (${{ inputs.check }} | from_json )' tests/test_examples_run.yaml
+ yq -i '.check = (${{ inputs.check }})' tests/test_examples_run.yaml
34
35
- name: Print test Run Examples config
36
tests/test_examples_run.yaml
@@ -1,5 +1,8 @@
1
update_results: true
2
-check: []
+check:
3
+ - examples/chatbot/chatbot.pdl
4
+ - examples/demo/9-react.pdl
5
+ - examples/react/demo.pdl
6
skip:
7
- examples/cldk/cldk-assistant.pdl
8
- examples/gsm8k/gsm8.pdl
0 commit comments