You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Description:**
`make test` references an undefined variable, `APP_PORT`, which causes
the the `docker-compose` command's `-p` argument to be malformed:
```
docker-compose run -p :8080 ...
^--- missing the left-side port!
```
**PR Checklist:**
- [x] Code is formatted and linted (run `pre-commit run --all-files`)
- [x] Tests pass (run `make test`)
_The test failure in CI appears to be unrelated to this change._
- [ ] Documentation has been updated to reflect changes, if applicable
- [ ] Changes are added to the changelog
0 commit comments