From 09efb220f3c3981cea4e6c857ba32e7e5547d402 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Wed, 15 May 2024 15:03:10 +0200 Subject: [PATCH] remove unused env vars --- .github/workflows/e2e.yml | 1 - .github/workflows/tests.yml | 3 --- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index e513286aa..e97d53c68 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -9,7 +9,6 @@ on: env: VITE_STRIPE_PUBLIC_KEY: ${{ vars.VITE_STRIPE_PUBLIC_KEY }} - VITE_APPWRITE_ENDPOINT: http://appwrite.test/v1 jobs: build: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8a4013220..a93dc1709 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,7 +8,6 @@ on: - 'static/**/*' env: - VITE_STRIPE_PUBLIC_KEY: ${{ vars.VITE_STRIPE_PUBLIC_KEY }} VITE_APPWRITE_ENDPOINT: http://appwrite.test/v1 jobs: @@ -30,7 +29,5 @@ jobs: run: npm run lint - name: Unit Tests run: npm run test - - name: E2E Tests - run: npx playwright install-deps chromium && npx playwright install && npm run e2e - name: Build Console run: npm run build