Skip to content

Commit 3047f23

Browse files
chore: use make test instead of make test-docker
1 parent a1f580f commit 3047f23

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
@@ -38,7 +38,7 @@ jobs:
3838
sudo apt-get install -y docker-compose
3939
4040
- name: Run Tests
41-
run: make test-docker
41+
run: make test
4242

4343
deploy:
4444
name: Deploy

0 commit comments

Comments
 (0)