File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
scripts/split_tox_gh_actions/templates Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 2121 BUILD_CACHE_KEY : ${{ github.sha }}
2222 CACHED_BUILD_PATHS : |
2323 ${{ github.workspace }}/dist-serverless
24+ CELERY_BROKER_URL: ${{ matrix.python-version == '3.6' && 'redis://redis:6379/0' || 'redis://localhost:6379/0' }}
2425jobs :
2526 test-tasks-latest :
2627 name : Tasks (latest)
Original file line number Diff line number Diff line change 2828 BUILD_CACHE_KEY: {% raw %} ${{ github.sha }}{% endraw %}
2929 CACHED_BUILD_PATHS: |
3030 {% raw %} ${{ github.workspace }}/dist-serverless{% endraw %}
31-
31+ {% if needs_redis %}
32+ {% raw %} CELERY_BROKER_URL: ${{ matrix.python-version == '3.6' && 'redis://redis:6379/0' || 'redis://localhost:6379/0' }}{% endraw %}
33+ {% endif %}
3234jobs:
3335{% for category in categories %}
3436{% include "test_group.jinja" %}
You can’t perform that action at this time.
0 commit comments