mirror of
https://github.com/go-gitea/gitea
synced 2024-11-05 17:54:26 +00:00
e8b6d28ab9
Backport #29254 The tests on migration tests failed but CI reports successfully https://github.com/go-gitea/gitea/actions/runs/7364373807/job/20044685969#step:8:141 This PR will fix the bug on migrations and also the CI hidden behaviour. The reason is on the Makefile `GITEA_ROOT="$(CURDIR)" GITEA_CONF=tests/mysql.ini $(GO) test $(GOTESTFLAGS) -tags='$(TEST_TAGS)' $(MIGRATE_TEST_PACKAGES)` will return the error exit code. But `for pkg in $(shell $(GO) list code.gitea.io/gitea/models/migrations/...); do \ GITEA_ROOT="$(CURDIR)" GITEA_CONF=tests/mysql.ini $(GO) test $(GOTESTFLAGS) -tags '$(TEST_TAGS)' $$pkg; \ done` will not work. --------- Co-authored-by: Giteabot <teabot@gitea.io> |
||
---|---|---|
.. | ||
cron-licenses.yml | ||
cron-lock.yml | ||
cron-translations.yml | ||
disk-clean.yml | ||
files-changed.yml | ||
pull-compliance.yml | ||
pull-db-tests.yml | ||
pull-docker-dryrun.yml | ||
pull-e2e-tests.yml | ||
pull-labeler.yml | ||
release-nightly.yml | ||
release-tag-rc.yml | ||
release-tag-version.yml |