add: dump step
This commit is contained in:
parent
88accf1aa5
commit
d0f7b9206e
1 changed files with 6 additions and 0 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
@ -28,3 +28,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
hugo-version: ${{ matrix.hugo-version }}
|
hugo-version: ${{ matrix.hugo-version }}
|
||||||
extended: ${{ matrix.extended }}
|
extended: ${{ matrix.extended }}
|
||||||
|
|
||||||
|
- name: Dump
|
||||||
|
run: |
|
||||||
|
ls -la /usr/local
|
||||||
|
ls -la ${GOPATH}
|
||||||
|
#hugo version
|
||||||
|
|
Loading…
Reference in a new issue