Skip to content

Commit 2d1366d

Browse files
Update test workflow to include installation step
1 parent 3047f23 commit 2d1366d

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
41+
run: make install && make test
4242

4343
deploy:
4444
name: Deploy

0 commit comments

Comments
 (0)