File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 58
58
- name : Start dependencies
59
59
run : |
60
60
printenv
61
- docker compose up -d mongo redis minio mc goaws
61
+ docker compose up -d mongo redis minio mc
62
62
63
63
- name : Run tests with pytest
64
64
run : |
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ def env_setup(monkeypatch):
12
12
monkeypatch .setenv ('S3_URL' , 'http://localhost:9000' )
13
13
monkeypatch .setenv ('REDIS_HOST' , 'localhost' )
14
14
monkeypatch .setenv ('S3_BUCKET' , 'alfalfa' )
15
- monkeypatch .setenv ('JOB_QUEUE_URL ' , 'http://localhost:4100/queue/local-queue1 ' )
15
+ monkeypatch .setenv ('JOB_QUEUE ' , 'Alfalfa Job Queue ' )
16
16
monkeypatch .setenv ('MONGO_URL' , 'mongodb://localhost:27017' )
17
17
monkeypatch .setenv ('MONGO_DB_NAME' , 'alfalfa_test' )
18
18
monkeypatch .setenv ('REGION' , 'us-west-1' )
You can’t perform that action at this time.
0 commit comments