Skip to content

Commit

Permalink
Merge pull request #2015 from hotosm/fix-backend-test
Browse files Browse the repository at this point in the history
fix: compose file name for backend test stage
  • Loading branch information
nischalstha9 authored Dec 23, 2024
2 parents 3e418b5 + 5f63cd4 commit 8c1ea52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
compose_command: pytest
tag_override: ci-${{ github.ref_name }}
coverage: true
compose_file: "compose.${{ github.ref_name }}.yaml"
secrets: inherit

frontend-unit-test:
Expand Down

0 comments on commit 8c1ea52

Please sign in to comment.