Skip to content

Commit 452fca0

Browse files
committed
try to log some things
1 parent fca89c5 commit 452fca0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ui-development.yml

+9
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@ jobs:
1717
- name: Navigate to ui directory
1818
run: cd ui
1919

20+
- name: Navigate to ui directory
21+
run: cd ui
22+
23+
- name: View location
24+
run: pwd
25+
26+
- name: View contents
27+
run: ls
28+
2029
- name: Install dependencies
2130
run: npm ci
2231

0 commit comments

Comments
 (0)