also print

This commit is contained in:
nora 2022-08-12 14:43:10 +02:00
parent 6acffbc018
commit a97d5785a3

View file

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: install - name: install
id: fun id: install
run: | run: |
echo pnpm install echo pnpm install
@ -25,7 +25,7 @@ jobs:
steps: steps:
- name: Build - name: Build
run: | run: |
echo "building..." echo "building..." ${{ needs.install-build.outputs.foo-service }}
bar-service: bar-service:
needs: [install-build] needs: [install-build]
@ -34,4 +34,4 @@ jobs:
steps: steps:
- name: Build - name: Build
run: | run: |
echo "building ..." echo "building ..." ${{ needs.install-build.outputs.bar-service }}