ci: fix workflow typo
This commit is contained in:
parent
7b4026960a
commit
386b38b69f
|
@ -4,7 +4,7 @@ jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- uses actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: echo All Good
|
- run: echo All Good
|
||||||
- run: ls -lah .
|
- run: ls -lah .
|
||||||
- run: pwd
|
- run: pwd
|
Loading…
Reference in a new issue