parent
e255f0343d
commit
9125fb0b90
2 changed files with 1 additions and 8 deletions
|
@ -10,7 +10,7 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
- shell: ash
|
||||
run: |
|
||||
ls ${{ github.workspace }}
|
||||
ls ${{ github.workspace }}
|
||||
|
||||
# - name: Setup Node.js
|
||||
# uses: xxxxxxxxxxxxxxxxxx@xx
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- shell: ash
|
||||
run: echo All Good
|
Loading…
Reference in a new issue