Skip to content

Commit 63830c4

Browse files
committed
Fix yq
1 parent 1bce474 commit 63830c4

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/actions/run-examples/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ runs:
3030
- name: Patch tests/test_examples_run.yaml check with modified files
3131
shell: bash
3232
run: |
33-
yq -i '.check = (${{ inputs.check }} | from_json )' tests/test_examples_run.yaml
33+
yq -i '.check = (${{ inputs.check }})' tests/test_examples_run.yaml
3434
3535
- name: Print test Run Examples config
3636
shell: bash

tests/test_examples_run.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
update_results: true
2-
check: []
2+
check:
3+
- examples/chatbot/chatbot.pdl
4+
- examples/demo/9-react.pdl
5+
- examples/react/demo.pdl
36
skip:
47
- examples/cldk/cldk-assistant.pdl
58
- examples/gsm8k/gsm8.pdl

0 commit comments

Comments
 (0)