ci: split test and validate workflow

This commit is contained in:
CrazyMax
2023-09-10 10:39:51 +02:00
parent 4fd68cb082
commit 9eba60dcc9
2 changed files with 45 additions and 5 deletions

View File

@@ -20,11 +20,6 @@ jobs:
-
name: Checkout
uses: actions/checkout@v3
-
name: Validate
uses: docker/bake-action@v3
with:
targets: validate
-
name: Test
uses: docker/bake-action@v3