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 31d3de8Copy full SHA for 31d3de8
.github/workflows/pr.yml
@@ -1,6 +1,8 @@
1
name: Quality Assurance
2
3
-on: [pull_request]
+on:
4
+ pull_request:
5
+ types: [opened]
6
7
jobs:
8
# 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