Skip to content

Commit

Permalink
Add GRIST_USE_ENGINE_IO to CI test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanperret committed Feb 22, 2024
1 parent 7e849c4 commit 5990029
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
matrix:
python-version: [3.9]
node-version: [18.x]
transport: [ 'ws', 'eio' ]
tests:
- ':lint:python:client:common:smoke:'
- ':server-1-of-2:'
Expand All @@ -32,9 +33,13 @@ jobs:
- tests: ':lint:python:client:common:smoke:'
node-version: 18.x
python-version: '3.10'
transport: 'ws'
- tests: ':lint:python:client:common:smoke:'
node-version: 18.x
python-version: '3.11'
transport: 'ws'
env:
GRIST_USE_ENGINE_IO: ${{ matrix.transport == 'eio' }}
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 5990029

Please sign in to comment.