current dir
This commit is contained in:
parent
f1214d3449
commit
2b63dca6d2
1 changed files with 3 additions and 1 deletions
|
@ -2,4 +2,6 @@ on: [ push ]
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
steps:
|
steps:
|
||||||
- run: echo Hello, world!
|
- run: |
|
||||||
|
echo $PWD
|
||||||
|
ls -la
|
Loading…
Reference in a new issue