Skip to content

Commit 9df9d3f

Browse files
committed
fix push.yml to update test command
1 parent 7d30a26 commit 9df9d3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v4
1717

1818
- name: Run tests
19-
run: make compose-test-ci
19+
run: make env-prepare && make compose-test-ci
2020

2121
- name: Set up Docker Buildx
2222
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)