using the act runner
Test via test action and then build image / unit-test (push) Failing after 28s 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:01:46 +01:00
parent 9a758c5410
commit 4bf1fb5ac2
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ on:
jobs:
unit-test:
container:
image: docker:dind
image: node:16-buster-slim
steps:
- name: Checkout
uses: actions/checkout@v4