* MOD: finalize test stage
Some checks failed
build_and_push / build_and_push (push) Failing after 2s
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:
15
.gitea/workflows/build_and_push.yaml
Normal file
15
.gitea/workflows/build_and_push.yaml
Normal 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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user