Skip to content

Commit 7835f8b

Browse files
committed
pull-db-tests: DB tests now depend on backend, no need to build backend
explicitly
1 parent cefb094 commit 7835f8b

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/workflows/pull-db-tests.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@ jobs:
4545
check-latest: true
4646
- name: Add hosts to /etc/hosts
4747
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
5248
- name: run migration tests
5349
run: make test-pgsql-migration
5450
- name: run tests
@@ -71,10 +67,6 @@ jobs:
7167
with:
7268
go-version-file: go.mod
7369
check-latest: true
74-
- run: make deps-backend
75-
- run: GOEXPERIMENT='' make backend
76-
env:
77-
TAGS: bindata gogit sqlite sqlite_unlock_notify
7870
- name: run migration tests
7971
run: make test-sqlite-migration
8072
- name: run tests
@@ -131,10 +123,6 @@ jobs:
131123
check-latest: true
132124
- name: Add hosts to /etc/hosts
133125
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
138126
- name: unit-tests
139127
run: make unit-test-coverage test-check
140128
env:
@@ -184,10 +172,6 @@ jobs:
184172
check-latest: true
185173
- name: Add hosts to /etc/hosts
186174
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
191175
- name: run migration tests
192176
run: make test-mysql-migration
193177
- name: run tests
@@ -224,10 +208,6 @@ jobs:
224208
check-latest: true
225209
- name: Add hosts to /etc/hosts
226210
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
231211
- run: make test-mssql-migration
232212
- name: run tests
233213
run: make test-mssql

0 commit comments

Comments
 (0)