Skip to content

Commit

Permalink
Ajout dummy env github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
luclu7 committed Mar 6, 2025
1 parent bb5ab60 commit f57314d
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:

jobs:
lint:
name: Lint web
name: Lint & Build web

runs-on: ubuntu-latest

Expand Down Expand Up @@ -71,6 +71,20 @@ jobs:
run_install: true

- name: 'web: pnpm build'
env:
NODE_ENV: production
VITE_PUBLIC_URL: https://example.com
VITE_APPWRITE_ENDPOINT: https://appwrite.example.com
VITE_APPWRITE_PROJECT_ID: example
VITE_DATABASE_ID: example
VITE_EVENT_END_DATE: example
VITE_STAMPS_TO_COLLECT: example
VITE_STANDISTS_COLLECTION_ID: example
VITE_SUBMISSIONS_COLLECTION_ID: example
VITE_SUBMIT_FUNCTION_ID: example
VITE_WHEEL_COLLECTION_ID: example
VITE_GET_PRIVATE_KEY_FUNCTION_ID: example
VITE_ASSETS_BUCKET_ID: example
run: pnpm --filter web build

# upload artifacts
Expand Down

0 comments on commit f57314d

Please sign in to comment.