Skip to content

Commit 97b2607

Browse files
committed
try fix CI
1 parent eb6a992 commit 97b2607

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ jobs:
123123
timeout-minutes: 60
124124
- name: Run Unit Tests
125125
run: |
126-
just manage makemigrations
127126
just test-all ${{ matrix.psycopg-version }}
128127
- name: Store coverage files
129128
uses: actions/upload-artifact@v4
@@ -185,7 +184,6 @@ jobs:
185184
timeout-minutes: 60
186185
- name: Run Unit Tests
187186
run: |
188-
just manage makemigrations
189187
just test-all
190188
- name: Store coverage files
191189
uses: actions/upload-artifact@v4
@@ -285,7 +283,6 @@ jobs:
285283
run: just test-lock mysqlclient==${{ matrix.mysqlclient-version }}
286284
- name: Run Unit Tests
287285
run: |
288-
just manage makemigrations
289286
just test-all ${{ matrix.mysqlclient-version }}
290287
- name: Store coverage files
291288
uses: actions/upload-artifact@v4
@@ -389,7 +386,6 @@ jobs:
389386
run: just test-lock mysqlclient==${{ matrix.mysqlclient-version }}
390387
- name: Run Unit Tests
391388
run: |
392-
just manage makemigrations
393389
just test-all ${{ matrix.mysqlclient-version }}
394390
- name: Store coverage files
395391
uses: actions/upload-artifact@v4
@@ -494,7 +490,6 @@ jobs:
494490
just test-lock Django~=${{ matrix.django-version }}.0
495491
- name: Run Full Unit Tests
496492
run: |
497-
just manage makemigrations
498493
just test-all oracle
499494
500495
- name: Store coverage files
@@ -555,7 +550,6 @@ jobs:
555550
timeout-minutes: 60
556551
- name: Run Unit Tests
557552
run: |
558-
just manage makemigrations
559553
just test-all
560554
- name: Store coverage files
561555
uses: actions/upload-artifact@v4
@@ -616,7 +610,6 @@ jobs:
616610
timeout-minutes: 60
617611
- name: Run Unit Tests
618612
run: |
619-
just manage makemigrations
620613
just test-all
621614
- name: Store coverage files
622615
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)