fix: cicd build_and_push needs test
All checks were successful
CI / test (pull_request) Successful in 57s

This commit is contained in:
2024-08-11 12:06:29 +02:00
parent e45d2c15ca
commit 5a42777549

View File

@@ -10,7 +10,7 @@ env:
jobs: jobs:
test: test:
name: test name: Test
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
@@ -42,10 +42,9 @@ jobs:
- name: test - name: test
run: make test run: make test
build_and_push: build_and_push:
name: Build and push name: Build and push
requires: needs:
- test - test
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: