fix: cicd dependency between workflow #12
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user