Skip to content

test(setup): add VITE_TEST_MODE hook to force wizard mount during tests #25

test(setup): add VITE_TEST_MODE hook to force wizard mount during tests

test(setup): add VITE_TEST_MODE hook to force wizard mount during tests #25

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches: [ main ]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install deps
run: npm ci
- name: Build
run: npm run build
- name: Deploy
run: npm run deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}