|
| 1 | +# Do not edit this file. This file is generated automatically by executing |
| 2 | +# python scripts/split-tox-gh-actions/split-tox-gh-actions.py |
1 | 3 | name: Test Data Processing |
2 | 4 | on: |
3 | 5 | push: |
@@ -57,10 +59,18 @@ jobs: |
57 | 59 | run: | |
58 | 60 | set -x # print commands that are executed |
59 | 61 | ./scripts/runtox.sh "py${{ matrix.python-version }}-celery-latest" |
| 62 | + - name: Test dramatiq latest |
| 63 | + run: | |
| 64 | + set -x # print commands that are executed |
| 65 | + ./scripts/runtox.sh "py${{ matrix.python-version }}-dramatiq-latest" |
60 | 66 | - name: Test huey latest |
61 | 67 | run: | |
62 | 68 | set -x # print commands that are executed |
63 | 69 | ./scripts/runtox.sh "py${{ matrix.python-version }}-huey-latest" |
| 70 | + - name: Test ray latest |
| 71 | + run: | |
| 72 | + set -x # print commands that are executed |
| 73 | + ./scripts/runtox.sh "py${{ matrix.python-version }}-ray-latest" |
64 | 74 | - name: Test rq latest |
65 | 75 | run: | |
66 | 76 | set -x # print commands that are executed |
@@ -125,10 +135,18 @@ jobs: |
125 | 135 | run: | |
126 | 136 | set -x # print commands that are executed |
127 | 137 | ./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-celery" |
| 138 | + - name: Test dramatiq pinned |
| 139 | + run: | |
| 140 | + set -x # print commands that are executed |
| 141 | + ./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-dramatiq" |
128 | 142 | - name: Test huey pinned |
129 | 143 | run: | |
130 | 144 | set -x # print commands that are executed |
131 | 145 | ./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-huey" |
| 146 | + - name: Test ray pinned |
| 147 | + run: | |
| 148 | + set -x # print commands that are executed |
| 149 | + ./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-ray" |
132 | 150 | - name: Test rq pinned |
133 | 151 | run: | |
134 | 152 | set -x # print commands that are executed |
|
0 commit comments