mirror of
https://github.com/Noratrieb/actions-playground.git
synced 2026-01-14 17:05:05 +01:00
fix workflow
This commit is contained in:
parent
e81e838e69
commit
06d633503e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -27,10 +27,10 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
service: { { needs.install-build.outputs.job-strategy-matrix } }
|
service: ${{ needs.install-build.outputs.job-strategy-matrix }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
./{{ matrix.service }}/build.sh
|
./${{ matrix.service }}/build.sh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue