change act
Test via test action and then build image / unit-test (push) Failing after 1m58s 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:09:25 +01:00
parent b75bda4bc3
commit 12da042a77
2 changed files with 6 additions and 10 deletions

View File

@ -8,7 +8,7 @@ on:
jobs:
unit-test:
container:
image: node:16-buster-slim
image: catthehacker/ubuntu:act-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
@ -16,7 +16,7 @@ jobs:
uses: ./.gitea/workflows/test.yaml
build:
container:
image: node:16-buster-slim
image: catthehacker/ubuntu:act-22.04
needs: unit-test
steps:
- name: Checkout

View File

@ -1,10 +1,6 @@
name: Unit Tests with docker compose
on: [pull_request]
runs:
using:
composite
jobs:
unit-test:
container: