mirror of
https://github.com/Noratrieb/actions-playground.git
synced 2026-01-14 09:05:00 +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
|
||||
strategy:
|
||||
matrix:
|
||||
service: { { needs.install-build.outputs.job-strategy-matrix } }
|
||||
service: ${{ needs.install-build.outputs.job-strategy-matrix }}
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
- name: Build
|
||||
run: |
|
||||
./{{ matrix.service }}/build.sh
|
||||
./${{ matrix.service }}/build.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue