v1.0.0 #28

Merged
bizcochito merged 147 commits from develop into main 2024-01-14 19:49:34 +00:00
1 changed files with 6 additions and 2 deletions
Showing only changes of commit 1f67f0c9e3 - Show all commits

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