mirror of
https://github.com/go-gitea/gitea.git
synced 2026-05-18 14:25:55 +02:00
Pass TAGS to test-e2e to prevent binary rebuild without SQLite
The `make test-e2e` target depends on $(EXECUTABLE), and the Makefile detects tag changes via TAGS_PREREQ. Without passing TAGS, the binary gets rebuilt without SQLite support, causing the e2e user creation to fail. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
5fcdd8589f
commit
1e010377f8
1
.github/workflows/pull-e2e-tests.yml
vendored
1
.github/workflows/pull-e2e-tests.yml
vendored
@ -59,3 +59,4 @@ jobs:
|
||||
timeout-minutes: 10
|
||||
env:
|
||||
FORCE_COLOR: 1
|
||||
TAGS: bindata sqlite sqlite_unlock_notify
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user