Update BuildTest.yml

This commit is contained in:
Sébastien
2022-10-05 13:16:43 -04:00
committed by GitHub
parent b50caddb39
commit 0ce4e9e240

View File

@@ -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:
@@ -39,6 +40,7 @@ jobs:
preparation:
name: Preparation
needs: bootstrap
runs-on: ubuntu-latest
container:
image: sle118/squeezelite-esp32-idfv43
steps:
@@ -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]
@@ -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: