Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 4d0914d

Browse files
committed
t11
1 parent 1a181c6 commit 4d0914d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ jobs:
103103
run: |
104104
curl -o overwatch-cli https://overwatch.codecov.dev/linux/cli
105105
chmod +x overwatch-cli
106+
- name: Print Current Working Directory
107+
run: pwd
108+
- name: List Contents of Current Working Directory
109+
run: ls -la
106110
- name: Run Overwatch CLI
107111
run: |
108112
./overwatch-cli \

0 commit comments

Comments
 (0)