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