act is useless
This commit is contained in:
parent
47c6127cb8
commit
1f67f0c9e3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue