Skip to content

Commit

Permalink
ci: test hardcoding environment
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Sep 4, 2023
1 parent bd63436 commit decad84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
test:
runs-on: ubuntu-latest
environment:
name: ${{ github.event_name == 'push' && github.ref_name || github.base_ref }}
name: development

container:
image: ghcr.io/hotosm/fmtm/backend:ci-${{ github.event_name == 'push' && github.ref_name || github.base_ref }}
Expand Down

0 comments on commit decad84

Please sign in to comment.