Skip to content

Commit 648a4a7

Browse files
committed
test: improve codespaces testing
1 parent 896074d commit 648a4a7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,14 @@ jobs:
1616
- name: Checkout repository
1717
uses: actions/checkout@v4
1818
with:
19-
path: ~
19+
path: /github/home/.dotfiles
2020

2121
- name: Install dotfiles
22-
run: ./install.sh
22+
run: |
23+
ls -lahH
24+
pwd
25+
ls -lahH /github/home
26+
./install.sh
2327
2428
- name: Dump data
2529
run: |

0 commit comments

Comments
 (0)