Skip to content

Commit

Permalink
Add workflow jobs dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Mel Cadano committed Aug 2, 2024
1 parent 6b72747 commit 5b69a54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
unit-tests:
name: Run Unit Tests
runs-on: ubuntu-latest

steps:
Expand All @@ -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:
Expand Down

0 comments on commit 5b69a54

Please sign in to comment.