Fix workflow config for defaults

Signed-off-by: trivernis <trivernis@protonmail.com>
pull/1/head
trivernis 3 years ago
parent db5a7f0820
commit 8bf4b82051
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -11,12 +11,13 @@ env:
jobs: jobs:
defaults:
run:
shell: bash
working-directory: mediarepo-api
build: build:
defaults:
run:
shell: bash
working-directory: mediarepo-api
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:

@ -11,12 +11,13 @@ env:
jobs: jobs:
defaults:
run:
shell: bash
working-directory: mediarepo-daemon
build: build:
defaults:
run:
shell: bash
working-directory: mediarepo-daemon
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:

@ -9,13 +9,11 @@ on:
jobs: jobs:
defaults:
run:
shell: bash
working-directory: mediarepo-ui
build-debug: build-debug:
defaults:
run:
shell: bash
working-directory: mediarepo-ui
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
@ -80,6 +78,11 @@ jobs:
build-release: build-release:
defaults:
run:
shell: bash
working-directory: mediarepo-ui
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:

Loading…
Cancel
Save