Skip to content

Commit 8aee9d5

Browse files
committed
is this going to be 2x2 instances?
1 parent 633b824 commit 8aee9d5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/backend-test.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
timeout-minutes: 30
1414
strategy:
1515
matrix:
16+
python-version: [3.6.13, 3.8.12]
1617
instance: [0, 1]
1718

1819
env:
@@ -41,11 +42,12 @@ jobs:
4142
token: ${{ github.token }}
4243
filters: .github/file-filters.yml
4344

44-
- name: Setup sentry env
45+
- name: Setup sentry env (python ${{ matrix.python-version }})
4546
uses: ./.github/actions/setup-sentry
4647
if: steps.changes.outputs.backend == 'true'
4748
id: setup
4849
with:
50+
python-version: ${{ matrix.python-version }}
4951
pip-cache-version: ${{ secrets.PIP_CACHE_VERSION }}
5052
snuba: true
5153

0 commit comments

Comments
 (0)