From 7841c2ab6faf70590cf345a7614c515a6cb201ac Mon Sep 17 00:00:00 2001 From: Alaeddin <15094821+BSalaeddin@users.noreply.github.com> Date: Fri, 24 Jul 2026 23:58:48 +0100 Subject: [PATCH] ci: re-enable cypress, puppeteer, webdriverio e2e jobs --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3005923d..cd8288e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -152,8 +152,8 @@ jobs: e2e-cypress: timeout-minutes: 5 - # TODO: re-enable — package now published; needs e2e verification against snapvisor prod first - if: false + env: + ARGOS_API_BASE_URL: https://api.snapvisor.io/v2/ strategy: fail-fast: false matrix: @@ -208,8 +208,8 @@ jobs: e2e-puppeteer: timeout-minutes: 5 - # TODO: re-enable — package now published; needs e2e verification against snapvisor prod first - if: false + env: + ARGOS_API_BASE_URL: https://api.snapvisor.io/v2/ strategy: fail-fast: false matrix: @@ -236,8 +236,8 @@ jobs: e2e-webdriverio: timeout-minutes: 5 - # TODO: re-enable — package now published; needs e2e verification against snapvisor prod first - if: false + env: + ARGOS_API_BASE_URL: https://api.snapvisor.io/v2/ strategy: fail-fast: false matrix: