Skip to content

fix: php wrong version, adapted for sail #251

fix: php wrong version, adapted for sail

fix: php wrong version, adapted for sail #251

Workflow file for this run

name: VueJs CI
on:
push:
defaults:
run:
working-directory: ./frontend
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run Vuejs installation
run: npm ci
- name: Run Vuejs Build
run: npm run build
- name: Run Vuejs unit test
run: npm run test:unit
- name: Run VueJS Linter
run: npm run lint