mirror of
https://github.com/Noratrieb/actions-playground.git
synced 2026-01-14 17:05:05 +01:00
also print
This commit is contained in:
parent
6acffbc018
commit
a97d5785a3
1 changed files with 3 additions and 3 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
|
@ -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 }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue