Skip to content

Commit bc42b84

Browse files
committed
Debugging upstream examples workflow
1 parent 0a9732d commit bc42b84

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/upstream_examples.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
pip install ".[test]"
3838
- name: Run upstream examples
3939
run: |
40+
pwd
41+
ls -la
4042
for file in pals_temp/examples/*.pals.yaml; do
4143
python test_upstream_examples.py --path "${file}"
4244
done

0 commit comments

Comments
 (0)