Skip to content

Merge pull request #63 from Hugo-C/feature/GH-62 #22

Merge pull request #63 from Hugo-C/feature/GH-62

Merge pull request #63 from Hugo-C/feature/GH-62 #22

Workflow file for this run

name: Vite
concurrency: production
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build npm/vite to send codecov stats
working-directory: ./jarm_online_gui
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
run: |
npm install
npm run build