ci: split validate and test targets

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2023-01-30 20:30:44 +01:00
parent f9b34f0e95
commit 9df71fe601

View File

@@ -7,7 +7,7 @@ on:
pull_request:
jobs:
test:
validate:
runs-on: ubuntu-latest
steps:
-
@@ -18,6 +18,13 @@ jobs:
uses: docker/bake-action@v2
with:
targets: validate
test:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Test
uses: docker/bake-action@v2