Skip to content

Commit

Permalink
build: add build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ongsici committed Oct 21, 2024
1 parent 4fff880 commit 279e6ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
run: flake8 .

unit-test:
needs: python-formatting
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -32,7 +33,7 @@ jobs:
run: pytest src/test_app.py

deploy-to-impaas:
needs: python-formatting
needs: [python-formatting, unit-test]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 279e6ec

Please sign in to comment.