Skip to content

Commit debab4f

Browse files
committed
Update run-extension-tests workflow
1 parent 180abe5 commit debab4f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/run-extension-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ jobs:
1313
submodules: recursive
1414
- name: Change directory
1515
run: cd vscode-rufo
16+
- name: Print working directory and list its contents
17+
run: |
18+
echo $PWD
19+
ls -lah
1620
- name: Install dependencies
1721
run: npm i
1822
- name: Run pre-test script

0 commit comments

Comments
 (0)