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 b0c0295 commit cba49ebCopy full SHA for cba49eb
.github/workflows/run-examples.yml
@@ -23,5 +23,5 @@ jobs:
23
python-version: ${{ matrix.python-version }}
24
runner-os: ${{ runner.os }}
25
head-ref: ${{ github.head_ref }}
26
- update-results: 'false'
+ update-results: 'true'
27
check: '[]' # Empty list means run against all PDL programs
tests/test_examples_run.yaml
@@ -1,4 +1,4 @@
1
-update_results: false
+update_results: true
2
check: []
3
skip:
4
- examples/cldk/cldk-assistant.pdl
0 commit comments