Skip to content

Commit

Permalink
Update GitHub actions with additional env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
dchiller committed Oct 28, 2023
1 parent a51cc44 commit 989200d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/lint_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@ jobs:
run-tests:
runs-on: ubuntu-latest
env:
POSTGRES_DB: test_cu
POSTGRES_USER: admin
POSTGRES_PASSWORD: supersecurepassword99
RABBIT_VHOST: test_cu
RABBIT_USER: admin
RABBIT_PASSWORD: supersecurepassword99
steps:
- uses: actions/checkout@v3
- run: docker compose build
- run: docker compose up -d
- run: docker compose exec -T app python runtests.py cantusdata.test.core
- run: docker compose exec -T app python runtests.py cantusdata.test.core

0 comments on commit 989200d

Please sign in to comment.