Skip to content

Update .yml in workflows #1

Update .yml in workflows

Update .yml in workflows #1

Workflow file for this run

name: Test
on:
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run : npm i
shell: bash
- run : npm ci
shell: bash
- run : npm run dev:build
shell: bash