Skip to content

Commit 1d4bb7f

Browse files
authored
Update build.yml
1 parent cc5273a commit 1d4bb7f

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/build.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,20 @@ jobs:
2828
# run: |
2929
# rm -f ~/.gradle/caches/modules-2/modules-2.lock
3030
# rm -f ~/.gradle/caches/modules-2/gc.properties
31-
- name: Show Working directory content
32-
run: ls
33-
- uses: actions/checkout@master
34-
with:
35-
repository: kotlin-graphics/mary
36-
path: ./mary
37-
- name: Show ../.. directory content
38-
run: ls ../..
39-
- name: move mary up
40-
run: mv ./mary ../..
41-
- name: Show Working directory content
42-
run: ls
31+
# - name: Show Working directory content
32+
# run: ls
33+
# - uses: actions/checkout@master
34+
# with:
35+
# repository: kotlin-graphics/mary
36+
# path: ./mary
4337
- name: Show ../.. directory content
4438
run: ls ../..
39+
# - name: move mary up
40+
# run: mv ./mary ../..
41+
# - name: Show Working directory content
42+
# run: ls
43+
# - name: Show ../.. directory content
44+
# run: ls ../..
4545

4646
windows:
4747
name: 'Windows'

0 commit comments

Comments
 (0)