act is useless
Test via test action and then build image / unit-test (push) Failing after 23s Details
Test via test action and then build image / build (push) Has been skipped Details

This commit is contained in:
Alie 2024-01-07 13:15:08 +01:00
parent 47c6127cb8
commit 1f67f0c9e3
1 changed files with 6 additions and 2 deletions

View File

@ -8,17 +8,21 @@ on:
jobs:
unit-test:
container:
image: node:16-bullseye-slim
image: docker:dind
steps:
- name: Installing necessary packages
run: apk add nodejs git curl bash
- name: Checkout
uses: actions/checkout@v3
- name: Run test job
uses: ./.gitea/workflows/test.yaml
build:
container:
image: node:16-bullseye-slim
image: docker:dind
needs: unit-test
steps:
- name: Installing necessary packages
run: apk add nodejs git curl bash
- name: Checkout
uses: actions/checkout@v3
- name: Docker meta