Skip to content

Commit af2c4e7

Browse files
chore: use make-test instead of make test-docker (#1117)
1 parent 7eafe18 commit af2c4e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
sudo apt-get install -y docker-compose
3838
3939
- name: Build & Test
40-
run: make test-docker version=${{ matrix.python-version }}
40+
run: make test
4141

4242
deploy:
4343
name: Deploy

0 commit comments

Comments
 (0)