This commit is contained in:
parent
cccc7eb1bd
commit
c084a0efdc
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
ls:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- run: echo All Good
|
||||
- uses: actions/checkout@v3
|
||||
- run: |
|
||||
ls ${{ github.workspace }}
|
||||
|
|
Loading…
Add table
Reference in a new issue