From 24a4d3b4a9da2c8cbe3935e2734122ab9a8abbd3 Mon Sep 17 00:00:00 2001 From: Daniel Eriksson Date: Wed, 12 Feb 2025 15:14:30 +0100 Subject: [PATCH] Enable E2E --- .github/workflows/deploy-to-dev.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/deploy-to-dev.yaml b/.github/workflows/deploy-to-dev.yaml index ef9f5b19..21d522ef 100644 --- a/.github/workflows/deploy-to-dev.yaml +++ b/.github/workflows/deploy-to-dev.yaml @@ -132,7 +132,6 @@ jobs: e2e_test: name: E2E needs: deploy_to_dev - if: false # TODO: Remove this line when E2E tests are available permissions: contents: read id-token: write