Skip to content

Commit c5146fc

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 0487981 + 1d4bb7f commit c5146fc

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

.github/workflows/build.yml

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +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-
- uses: actions/checkout@master
32-
with:
33-
repository: kotlin-graphics/mary
34-
path: ./mary
35-
- name: Show Working directory path
36-
run: pwd
37-
- name: Show Working directory content
38-
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
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
43+
# - name: Show ../.. directory content
44+
# run: ls ../..
3945

4046
windows:
4147
name: 'Windows'

0 commit comments

Comments
 (0)