File tree Expand file tree Collapse file tree 1 file changed +14
-8
lines changed
Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments