@@ -123,7 +123,6 @@ jobs:
123
123
timeout-minutes : 60
124
124
- name : Run Unit Tests
125
125
run : |
126
- just manage makemigrations
127
126
just test-all ${{ matrix.psycopg-version }}
128
127
- name : Store coverage files
129
128
uses : actions/upload-artifact@v4
@@ -185,7 +184,6 @@ jobs:
185
184
timeout-minutes : 60
186
185
- name : Run Unit Tests
187
186
run : |
188
- just manage makemigrations
189
187
just test-all
190
188
- name : Store coverage files
191
189
uses : actions/upload-artifact@v4
@@ -285,7 +283,6 @@ jobs:
285
283
run : just test-lock mysqlclient==${{ matrix.mysqlclient-version }}
286
284
- name : Run Unit Tests
287
285
run : |
288
- just manage makemigrations
289
286
just test-all ${{ matrix.mysqlclient-version }}
290
287
- name : Store coverage files
291
288
uses : actions/upload-artifact@v4
@@ -389,7 +386,6 @@ jobs:
389
386
run : just test-lock mysqlclient==${{ matrix.mysqlclient-version }}
390
387
- name : Run Unit Tests
391
388
run : |
392
- just manage makemigrations
393
389
just test-all ${{ matrix.mysqlclient-version }}
394
390
- name : Store coverage files
395
391
uses : actions/upload-artifact@v4
@@ -494,7 +490,6 @@ jobs:
494
490
just test-lock Django~=${{ matrix.django-version }}.0
495
491
- name : Run Full Unit Tests
496
492
run : |
497
- just manage makemigrations
498
493
just test-all oracle
499
494
500
495
- name : Store coverage files
@@ -555,7 +550,6 @@ jobs:
555
550
timeout-minutes : 60
556
551
- name : Run Unit Tests
557
552
run : |
558
- just manage makemigrations
559
553
just test-all
560
554
- name : Store coverage files
561
555
uses : actions/upload-artifact@v4
@@ -616,7 +610,6 @@ jobs:
616
610
timeout-minutes : 60
617
611
- name : Run Unit Tests
618
612
run : |
619
- just manage makemigrations
620
613
just test-all
621
614
- name : Store coverage files
622
615
uses : actions/upload-artifact@v4
0 commit comments