File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
scripts/split_tox_gh_actions/templates Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ concurrency:
1818permissions :
1919 contents : read
2020env :
21+ CELERY_BROKER_URL : ${{ matrix.python-version == '3.6' && 'redis://redis:6379/0' || 'redis://localhost:6379/0' }}
2122 BUILD_CACHE_KEY : ${{ github.sha }}
2223 CACHED_BUILD_PATHS : |
2324 ${{ github.workspace }}/dist-serverless
24- CELERY_BROKER_URL : ${{ matrix.python-version == '3.6' && 'redis://redis:6379/0' || 'redis://localhost:6379/0' }}
2525jobs :
2626 test-tasks-latest :
2727 name : Tasks (latest)
Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ permissions:
2525 contents: read
2626
2727env:
28- BUILD_CACHE_KEY: {% raw %} ${{ github.sha }}{% endraw %}
29- CACHED_BUILD_PATHS: |
30- {% raw %} ${{ github.workspace }}/dist-serverless{% endraw %}
3128{% if needs_redis %}
3229 {% raw %} CELERY_BROKER_URL: ${{ matrix.python-version == '3.6' && 'redis://redis:6379/0' || 'redis://localhost:6379/0' }}{% endraw %}
3330{% endif %}
31+ BUILD_CACHE_KEY: {% raw %} ${{ github.sha }}{% endraw %}
32+ CACHED_BUILD_PATHS: |
33+ {% raw %} ${{ github.workspace }}/dist-serverless{% endraw %}
3434jobs:
3535{% for category in categories %}
3636{% include "test_group.jinja" %}
You can’t perform that action at this time.
0 commit comments