Skip to content

build(deps): bump the npm_and_yarn group across 2 directories with 3 … #135

build(deps): bump the npm_and_yarn group across 2 directories with 3 …

build(deps): bump the npm_and_yarn group across 2 directories with 3 … #135

Workflow file for this run

name: Build and test
on: [push]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
name: Checkout [master]
with:
fetch-depth: 0
- name: Install dependencies
run: npm install
- name: Build application
run: npm run build
- name: Run Tests
run: npm run test