Skip to content

Commit d3929db

Browse files
committed
Update debug
1 parent f6c8b33 commit d3929db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
WATSONX_APIKEY: ${{ secrets.WATSONX_APIKEY }}
4646
WATSONX_URL: ${{ secrets.WATSONX_URL }}
4747
REPLICATE_API_TOKEN: ${{ secrets.REPLICATE_API_TOKEN }}
48-
run: pdl examples/code/code-eval.pdl > /tmp/local.result && diff tests/results/examples/code/code-eval.result /tmp/local.result
48+
run: pdl examples/code/code-eval.pdl > /tmp/local.result && diff tests/results/examples/code/code-eval.result /tmp/local.result && echo "XXX $?"
4949
- name: run tests
5050
env:
5151
WATSONX_PROJECT_ID: ${{ secrets.WATSONX_PROJECT_ID }}

0 commit comments

Comments
 (0)