From af481926f4cce69c621818473e5ae92406c67511 Mon Sep 17 00:00:00 2001 From: silverwind Date: Sun, 15 Feb 2026 11:48:11 +0100 Subject: [PATCH] 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 --- .github/workflows/pull-e2e-tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pull-e2e-tests.yml b/.github/workflows/pull-e2e-tests.yml index 1d255abb46..0cdf37cd2d 100644 --- a/.github/workflows/pull-e2e-tests.yml +++ b/.github/workflows/pull-e2e-tests.yml @@ -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