remove unused env vars

This commit is contained in:
Torsten Dittmann
2024-05-15 15:03:10 +02:00
parent 88d9689c68
commit 09efb220f3
2 changed files with 0 additions and 4 deletions
-1
View File
@@ -9,7 +9,6 @@ on:
env:
VITE_STRIPE_PUBLIC_KEY: ${{ vars.VITE_STRIPE_PUBLIC_KEY }}
VITE_APPWRITE_ENDPOINT: http://appwrite.test/v1
jobs:
build:
-3
View File
@@ -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