Skip to content

Commit 38be09d

Browse files
committed
debug
1 parent 4555140 commit 38be09d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@ runs:
8181
using: "composite"
8282
steps:
8383
- run: |
84+
ls -l ..
85+
ls -l ../..
86+
ls -l /
87+
sudo apt install tree
88+
tree ../..
8489
ls -l
8590
cp matchers/*.json /
8691
shell: bash

0 commit comments

Comments
 (0)