From 3fc07503a751e1453cd394961515f1812a6757ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Ko=C5=82odzi=C5=84ski?= Date: Mon, 6 Jul 2026 20:33:11 +0200 Subject: [PATCH] Revert "fix: disable wrong e2e tests temporarily (#381)" This reverts commit e73c8496a9dbc36499614640d208865d9e8a1cf9. --- .github/workflows/tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a51f8bac..fbf77a91 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -95,7 +95,6 @@ jobs: e2e-tests: needs: [lint, test] - continue-on-error: true permissions: contents: read actions: read