Closed richardzilincikPantheon closed 1 year ago
The reason tests are failing here is because they're running according to the workflow file from the master branch, the tests pass with the new workflow file https://github.com/richardzilincikPantheon/backend/actions/runs/5333166355
@dmytro-kyrychenko I am going to merge this PR and we will see if it will run correctly in the master branch.
When running these locally, it's necessary to run
celery -A tests.test_celery_app:celery_app worker -l INFO &
first. Not sure where an appropriate place to note this would be or if it should somehow be set up automatically.