Skip to content

Commit 59d5eeb

Browse files
authored
ci: fix tests (#236)
* ci: fix e2e tests * ci: run on ubuntu latest * ci: do not fail fast
1 parent 68fac08 commit 59d5eeb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@ jobs:
4343
- run: make lint
4444

4545
test:
46-
runs-on: ubuntu-20.04
46+
runs-on: ubuntu-latest
4747
strategy:
48+
fail-fast: false
4849
matrix:
4950
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
5051

@@ -89,8 +90,8 @@ jobs:
8990
restore-keys: |
9091
${{ runner.os }}-pip-
9192
92-
- run: docker-compose up -d
93-
- run: docker-compose images
93+
- run: docker compose up -d
94+
- run: docker compose images
9495
- run: make install
9596
- run: make e2e
9697

0 commit comments

Comments
 (0)