From 5b69a54c211048f5a9a80b609d9531e791b7ed8b Mon Sep 17 00:00:00 2001 From: Mel Cadano <> Date: Sat, 3 Aug 2024 03:55:54 +0800 Subject: [PATCH] Add workflow jobs dependencies --- .github/workflows/deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ca89b26..663297e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -7,6 +7,7 @@ on: jobs: unit-tests: + name: Run Unit Tests runs-on: ubuntu-latest steps: @@ -29,6 +30,8 @@ jobs: python -m pytest build-and-deploy: + name: Build and Deploy Function App + needs: unit-tests runs-on: ubuntu-latest steps: