This commit is contained in:
nora 2022-08-12 14:40:28 +02:00
parent 8940401dcf
commit 28bbd0ed4c

View file

@ -25,7 +25,7 @@ jobs:
steps:
- name: Build
run: |
./foo-service/build.sh
echo "building..."
bar-service:
needs: [install-build]
@ -34,4 +34,4 @@ jobs:
steps:
- name: Build
run: |
./bar-service/build.sh
echo "building ..."