Skip to content

New features (#92)

New features (#92) #11

Workflow file for this run

name: Radiomag
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Setup
uses: actions/checkout@v3
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: 18
cache: "npm"
- name: Install packages
run: npm ci
- name: Test client
run: make tests_client
- name: Build client
run: make build_client
- name: Deploy client to github page
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: radiomag-client-vue/dist