Skip to content

Commit ff8d029

Browse files
committed
chore: remove useless build
1 parent 2065c34 commit ff8d029

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

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

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ jobs:
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'
4848
- run: make deps-backend
49-
- run: make backend
50-
env:
51-
TAGS: bindata
5249
- name: run migration tests
5350
run: make test-pgsql-migration
5451
- name: run tests
@@ -72,9 +69,6 @@ jobs:
7269
go-version-file: go.mod
7370
check-latest: true
7471
- run: make deps-backend
75-
- run: make backend
76-
env:
77-
TAGS: bindata gogit sqlite sqlite_unlock_notify
7872
- name: run migration tests
7973
run: make test-sqlite-migration
8074
- name: run tests
@@ -128,9 +122,6 @@ jobs:
128122
- name: Add hosts to /etc/hosts
129123
run: '[ -e "/.dockerenv" ] || [ -e "/run/.containerenv" ] || echo "127.0.0.1 mysql elasticsearch meilisearch smtpimap" | sudo tee -a /etc/hosts'
130124
- run: make deps-backend
131-
- run: make backend
132-
env:
133-
TAGS: bindata
134125
- name: unit-tests
135126
run: make unit-test-coverage test-check
136127
env:
@@ -178,9 +169,6 @@ jobs:
178169
- name: Add hosts to /etc/hosts
179170
run: '[ -e "/.dockerenv" ] || [ -e "/run/.containerenv" ] || echo "127.0.0.1 mysql elasticsearch smtpimap" | sudo tee -a /etc/hosts'
180171
- run: make deps-backend
181-
- run: make backend
182-
env:
183-
TAGS: bindata
184172
- name: run migration tests
185173
run: make test-mysql-migration
186174
- name: run tests
@@ -213,9 +201,6 @@ jobs:
213201
- name: Add hosts to /etc/hosts
214202
run: '[ -e "/.dockerenv" ] || [ -e "/run/.containerenv" ] || echo "127.0.0.1 mssql" | sudo tee -a /etc/hosts'
215203
- run: make deps-backend
216-
- run: make backend
217-
env:
218-
TAGS: bindata
219204
- run: make test-mssql-migration
220205
- name: run tests
221206
run: make test-mssql

0 commit comments

Comments
 (0)