mirror of
https://github.com/Noratrieb/actions-playground.git
synced 2026-01-14 09:05:00 +01:00
building
This commit is contained in:
parent
8940401dcf
commit
28bbd0ed4c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -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 ..."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue