* MOD: finalize test stage
Some checks failed
build_and_push / build_and_push (push) Failing after 2s

Signed-off-by: Uwe Hermann <uh@uleenucks.de>
This commit is contained in:
2024-01-20 13:14:24 +01:00
parent e387a7b0b7
commit 7ae231a204
4 changed files with 27 additions and 21 deletions

View File

@@ -0,0 +1,15 @@
---
name: build_and_push
on:
- push
jobs:
lint:
name: build_and_push
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install docker
run: curl -fsSL https://get.docker.com -o get-docker.sh | sh
- name: build_and_push
run: ./build-all.sh

View File

@@ -1,16 +0,0 @@
---
name: tests
on:
- push
- pull_request
jobs:
lint:
name: check and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install shellcheck
run: apt update && apt install -y shellcheck
- name: test
run: ./shellcheck.sh