seems i need to checkout
This commit is contained in:
parent
d12866bbb5
commit
9a758c5410
|
@ -10,6 +10,8 @@ jobs:
|
||||||
container:
|
container:
|
||||||
image: docker:dind
|
image: docker:dind
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
- name: Run test job
|
- name: Run test job
|
||||||
uses: ./.gitea/workflows/test.yaml
|
uses: ./.gitea/workflows/test.yaml
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in New Issue