File tree 2 files changed +4
-4
lines changed
scripts/split_tox_gh_actions/templates 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 21
21
BUILD_CACHE_KEY : ${{ github.sha }}
22
22
CACHED_BUILD_PATHS : |
23
23
${{ github.workspace }}/dist-serverless
24
- CELERY_BROKER_URL: ${{ matrix.python-version == '3.6' && 'redis://redis:6379/0' || 'redis://localhost:6379/0' }}
24
+ CELERY_BROKER_URL : ${{ matrix.python-version == '3.6' && 'redis://redis:6379/0' || 'redis://localhost:6379/0' }}
25
25
jobs :
26
26
test-tasks-latest :
27
27
name : Tasks (latest)
Original file line number Diff line number Diff line change 28
28
BUILD_CACHE_KEY: {% raw %} ${{ github.sha }}{% endraw %}
29
29
CACHED_BUILD_PATHS: |
30
30
{% raw %} ${{ github.workspace }}/dist-serverless{% endraw %}
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 %}
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 %}
34
34
jobs:
35
35
{% for category in categories %}
36
36
{% include "test_group.jinja" %}
You can’t perform that action at this time.
0 commit comments