mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
remove unused env vars
This commit is contained in:
@@ -9,7 +9,6 @@ on:
|
||||
|
||||
env:
|
||||
VITE_STRIPE_PUBLIC_KEY: ${{ vars.VITE_STRIPE_PUBLIC_KEY }}
|
||||
VITE_APPWRITE_ENDPOINT: http://appwrite.test/v1
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user