|
45 | 45 | check-latest: true |
46 | 46 | - name: Add hosts to /etc/hosts |
47 | 47 | run: '[ -e "/.dockerenv" ] || [ -e "/run/.containerenv" ] || echo "127.0.0.1 pgsql ldap minio" | sudo tee -a /etc/hosts' |
48 | | - - run: make deps-backend |
49 | | - - run: make backend |
50 | | - env: |
51 | | - TAGS: bindata |
52 | 48 | - name: run migration tests |
53 | 49 | run: make test-pgsql-migration |
54 | 50 | - name: run tests |
|
71 | 67 | with: |
72 | 68 | go-version-file: go.mod |
73 | 69 | check-latest: true |
74 | | - - run: make deps-backend |
75 | | - - run: GOEXPERIMENT='' make backend |
76 | | - env: |
77 | | - TAGS: bindata gogit sqlite sqlite_unlock_notify |
78 | 70 | - name: run migration tests |
79 | 71 | run: make test-sqlite-migration |
80 | 72 | - name: run tests |
@@ -131,10 +123,6 @@ jobs: |
131 | 123 | check-latest: true |
132 | 124 | - name: Add hosts to /etc/hosts |
133 | 125 | run: '[ -e "/.dockerenv" ] || [ -e "/run/.containerenv" ] || echo "127.0.0.1 minio devstoreaccount1.azurite.local mysql elasticsearch meilisearch smtpimap" | sudo tee -a /etc/hosts' |
134 | | - - run: make deps-backend |
135 | | - - run: make backend |
136 | | - env: |
137 | | - TAGS: bindata |
138 | 126 | - name: unit-tests |
139 | 127 | run: make unit-test-coverage test-check |
140 | 128 | env: |
@@ -184,10 +172,6 @@ jobs: |
184 | 172 | check-latest: true |
185 | 173 | - name: Add hosts to /etc/hosts |
186 | 174 | run: '[ -e "/.dockerenv" ] || [ -e "/run/.containerenv" ] || echo "127.0.0.1 mysql elasticsearch smtpimap" | sudo tee -a /etc/hosts' |
187 | | - - run: make deps-backend |
188 | | - - run: make backend |
189 | | - env: |
190 | | - TAGS: bindata |
191 | 175 | - name: run migration tests |
192 | 176 | run: make test-mysql-migration |
193 | 177 | - name: run tests |
@@ -224,10 +208,6 @@ jobs: |
224 | 208 | check-latest: true |
225 | 209 | - name: Add hosts to /etc/hosts |
226 | 210 | run: '[ -e "/.dockerenv" ] || [ -e "/run/.containerenv" ] || echo "127.0.0.1 mssql devstoreaccount1.azurite.local" | sudo tee -a /etc/hosts' |
227 | | - - run: make deps-backend |
228 | | - - run: make backend |
229 | | - env: |
230 | | - TAGS: bindata |
231 | 211 | - run: make test-mssql-migration |
232 | 212 | - name: run tests |
233 | 213 | run: make test-mssql |
|
0 commit comments