typo
Test via test action and then build image / unit-test (push) Failing after 5s 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:58:32 +01:00
parent f5c472899c
commit d12866bbb5
1 changed files with 3 additions and 1 deletions

View File

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