We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a9732d commit bc42b84Copy full SHA for bc42b84
1 file changed
.github/workflows/upstream_examples.yml
@@ -37,6 +37,8 @@ jobs:
37
pip install ".[test]"
38
- name: Run upstream examples
39
run: |
40
+ pwd
41
+ ls -la
42
for file in pals_temp/examples/*.pals.yaml; do
43
python test_upstream_examples.py --path "${file}"
44
done
0 commit comments