Skip to content

Commit

Permalink
Add APP_PORT to github test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dchiller committed Apr 17, 2024
1 parent a3928e1 commit d29241b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
RABBIT_VHOST: test_cu
RABBIT_USER: admin
RABBIT_PASSWORD: supersecurepassword99
APP_PORT: 8000
steps:
- uses: actions/checkout@v3
- run: docker compose build
Expand Down

0 comments on commit d29241b

Please sign in to comment.