ci: split validate and test workflow

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2023-02-20 22:54:11 +01:00
parent f2a1d5e99d
commit e090350180
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
3 changed files with 45 additions and 9 deletions

View file

@ -4,9 +4,8 @@ on:
push:
branches:
- 'master'
- 'releases/v*'
pull_request:
branches:
- 'master'
jobs:
test:
@ -15,11 +14,6 @@ jobs:
-
name: Checkout
uses: actions/checkout@v3
-
name: Validate
uses: docker/bake-action@v2
with:
targets: validate
-
name: Test
uses: docker/bake-action@v2