seems i need to checkout
Test via test action and then build image / unit-test (push) Failing after 20s Details
Test via test action and then build image / build (push) Has been skipped Details

This commit is contained in:
Alie 2024-01-07 12:59:42 +01:00
parent d12866bbb5
commit 9a758c5410
1 changed files with 2 additions and 0 deletions

View File

@ -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: