We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b79abc commit ba7faedCopy full SHA for ba7faed
.github/workflows/pr.yml
@@ -1,6 +1,6 @@
1
name: Quality Assurance
2
3
-on: [pull_request]
+on: pull_request
4
5
jobs:
6
# github does not support dependencies on other workflows therefore we have to duplicate the code
docker-compose.yml
@@ -57,6 +57,7 @@ services:
57
command: ./run.sh
58
environment:
59
TNB_DATABASES: '{"default":{"CLIENT":{"host":"node-mongo","password":"${MONGO_INITDB_ROOT_PASSWORD}"}}}'
60
+ TNB_CELERY_BROKER_URL: 'amqp://guest:guest@celery-broker:5672//'
61
env_file: .env
62
depends_on:
63
- node-mongo
0 commit comments