Skip to content

Commit

Permalink
More debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mandel committed Nov 12, 2024
1 parent d3929db commit 4b1d07a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/run-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ jobs:
WATSONX_APIKEY: ${{ secrets.WATSONX_APIKEY }}
WATSONX_URL: ${{ secrets.WATSONX_URL }}
REPLICATE_API_TOKEN: ${{ secrets.REPLICATE_API_TOKEN }}
run: pdl examples/code/code-eval.pdl > /tmp/local.result && diff tests/results/examples/code/code-eval.result /tmp/local.result && echo "XXX $?"
run: |
pdl examples/code/code.pdl > /tmp/local.result && diff tests/results/examples/code/code.result /tmp/local.result && echo "code: $?"
pdl examples/code/code-eval.pdl > /tmp/local.result && diff tests/results/examples/code/code-eval.result /tmp/local.result && echo "code-eval: $?"
pdl examples/code/code-json.pdl > /tmp/local.result && diff tests/results/examples/code/code-json.result /tmp/local.result && echo "code-json: $?"
- name: run tests
env:
WATSONX_PROJECT_ID: ${{ secrets.WATSONX_PROJECT_ID }}
Expand Down

0 comments on commit 4b1d07a

Please sign in to comment.