typo
This commit is contained in:
parent
f5c472899c
commit
d12866bbb5
|
@ -7,9 +7,11 @@ on:
|
|||
|
||||
jobs:
|
||||
unit-test:
|
||||
container:
|
||||
image: docker:dind
|
||||
steps:
|
||||
- name: Run test job
|
||||
uses: ./.gitea/workflow/test.yaml
|
||||
uses: ./.gitea/workflows/test.yaml
|
||||
build:
|
||||
container:
|
||||
image: node:16-buster-slim
|
||||
|
|
Loading…
Reference in New Issue