Skip to content

Commit 49f5b28

Browse files
unit tests: don't build & start unneeded services (#3992)
* Update unit-tests.yml
1 parent 97f5d01 commit 49f5b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868
# phased startup so we can use the exit code from unit test container
6969
- name: Start MySQL
70-
run: docker-compose up -d
70+
run: docker-compose up --no-deps -d mysql
7171

7272
# no celery or initializer needed for unit tests
7373
- name: Unit tests

0 commit comments

Comments
 (0)