fix: cicd build_and_push needs test
CI / test (pull_request) Successful in 57s

This commit is contained in:
2024-08-11 12:06:29 +02:00
parent e45d2c15ca
commit 5a42777549
+2 -3
View File
@@ -10,7 +10,7 @@ env:
jobs:
test:
name: test
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
@@ -42,10 +42,9 @@ jobs:
- name: test
run: make test
build_and_push:
name: Build and push
requires:
needs:
- test
runs-on: ubuntu-latest
steps: