Skip to content
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.

Commit

Permalink
ci: master workflow formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ascariandrea committed Sep 21, 2022
1 parent d91dd79 commit ad7c743
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/master_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:

build:
name: Build
needs: [release]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -33,7 +32,9 @@ jobs:
path: |
packages/shared/build
packages/taboule/build
platforms/yttrex/extension/build
platforms/yttrex/extension/dist
platforms/tktrex/extension/build
platforms/tktrex/extension/dist
platforms/guardoni/build
platforms/guardoni/dist
Expand Down Expand Up @@ -100,10 +101,10 @@ jobs:
path: |
packages/shared/build
packages/taboule/build
platforms/guardoni/build
platforms/guardoni/dist
platforms/yttrex/extension/dist
platforms/tktrex/extension/dist
platforms/guardoni/build
platforms/guardoni/dist
platforms/ycai/studio/build
- name: Install dependencies
Expand All @@ -114,8 +115,9 @@ jobs:
DOTENV_CONFIG_PATH: .env
run: yarn guardoni ${{ matrix.config.command }}

release:
release:
name: Release
needs: guardoni_build
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit ad7c743

Please sign in to comment.