UI: Add browser-based unit tests #63
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build, Deploy to GitHub Pages and Deploy PR Preview | |
on: | |
# Add 'develop' here to enable automatic deployments | |
push: | |
branches: [] | |
permissions: | |
contents: write | |
pull-requests: write | |
concurrency: ci-${{ github.ref }} | |
jobs: | |
build-deploy-and-preview: | |
name: Build, Deploy to GitHub Pages and Deploy PR Preview | |
runs-on: ubuntu-latest | |
steps: | |
- name: Build, Deploy to GitHub Pages and Deploy PR Preview | |
uses: chvmvd/[email protected] | |
with: | |
type: vite |