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 f6c8b33 commit d3929dbCopy full SHA for d3929db
.github/workflows/run-examples.yml
@@ -45,7 +45,7 @@ jobs:
45
WATSONX_APIKEY: ${{ secrets.WATSONX_APIKEY }}
46
WATSONX_URL: ${{ secrets.WATSONX_URL }}
47
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
+ run: pdl examples/code/code-eval.pdl > /tmp/local.result && diff tests/results/examples/code/code-eval.result /tmp/local.result && echo "XXX $?"
49
- name: run tests
50
env:
51
WATSONX_PROJECT_ID: ${{ secrets.WATSONX_PROJECT_ID }}
0 commit comments