Skip to content

Commit

Permalink
Update BuildTest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sle118 committed Oct 5, 2022
1 parent b50cadd commit 0ce4e9e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/BuildTest.yml
Expand Up @@ -8,7 +8,8 @@ on: workflow_dispatch

jobs:
bootstrap:
name: Preparation
name: Global setup
runs-on: ubuntu-latest
container:
image: sle118/squeezelite-esp32-idfv43
outputs:
Expand Down Expand Up @@ -39,6 +40,7 @@ jobs:
preparation:
name: Preparation
needs: bootstrap
runs-on: ubuntu-latest
container:
image: sle118/squeezelite-esp32-idfv43
steps:
Expand Down Expand Up @@ -97,6 +99,7 @@ jobs:
components/wifi-manager/webapp/dist/*
components/wifi-manager/webapp/*.cmake
build:
runs-on: ubuntu-latest
container:
image: sle118/squeezelite-esp32-idfv43
needs: [preparation,bootstrap]
Expand Down Expand Up @@ -235,6 +238,7 @@ jobs:
name: Web Installer
if: ${{ needs.bootstrap.outputs.release_flag == 1 && needs.bootstrap.outputs.mock == 0 }}
needs: [build, preparation,bootstrap]
runs-on: ubuntu-latest
container:
image: sle118/squeezelite-esp32-idfv43
steps:
Expand Down

0 comments on commit 0ce4e9e

Please sign in to comment.