Skip to content

Commit 9adcc0d

Browse files
committed
Add logging for pwd
1 parent 718e61d commit 9adcc0d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/cli_tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@ jobs:
2323
node-version-file: package.json
2424
cache: npm
2525

26-
- run: npm install
26+
- name: Current directory
27+
run: pwd
28+
29+
- name: Install dependencies
30+
run: npm install
2731

2832
- name: Build CLI
2933
run: npm run build

0 commit comments

Comments
 (0)