We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a9732d commit 0e9b38dCopy full SHA for 0e9b38d
2 files changed
.github/workflows/upstream_examples.yml
@@ -38,5 +38,5 @@ jobs:
38
- name: Run upstream examples
39
run: |
40
for file in pals_temp/examples/*.pals.yaml; do
41
- python test_upstream_examples.py --path "${file}"
+ python tests/test_upstream_examples.py --path "${file}"
42
done
examples/test_upstream_examples.py tests/test_upstream_examples.pyexamples/test_upstream_examples.py renamed to tests/test_upstream_examples.py
0 commit comments