Skip to content

Commit

Permalink
Fix pipeline dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nnayk committed Dec 6, 2023
1 parent 7c1210c commit 20cd174
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/backend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
Backend/!venv/
test:
runs-on: ubuntu-latest
needs: build
defaults:
run:
working-directory: Backend
Expand All @@ -74,7 +75,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
# Set the working directory for all steps in this job
needs: build
needs: test
environment:
name: "Production"
url: ${{ steps.deploy-to-webapp.outputs.webapp-url }}
Expand Down

0 comments on commit 20cd174

Please sign in to comment.