Skip to content

Added build workflow and unit tests. (#77) #3

Added build workflow and unit tests. (#77)

Added build workflow and unit tests. (#77) #3

Workflow file for this run

name: Build Vue3 Template
on:
push:
branches:
- dev
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
npm ci

Check failure on line 16 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

You have an error in your yaml syntax on line 16
npm run build
npm run test