0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-05-11 07:05:21 +02:00

Remove make playwright step from e2e CI workflow

The playwright target was inlined into test-e2e, so the separate
step is no longer needed.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
silverwind 2026-02-15 11:48:11 +01:00
parent 3dd69ecfc0
commit af481926f4
No known key found for this signature in database
GPG Key ID: 2E62B41C93869443

View File

@ -37,7 +37,6 @@ jobs:
TAGS: bindata sqlite sqlite_unlock_notify
- run: make deps-frontend
- run: make frontend
- run: make playwright
- run: |
mkdir -p custom/conf
cat <<'EOF' > custom/conf/app.ini