Skip to content

build(deps): bump minimatch from 9.0.1 to 9.0.2 (#576) #662

build(deps): bump minimatch from 9.0.1 to 9.0.2 (#576)

build(deps): bump minimatch from 9.0.1 to 9.0.2 (#576) #662

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
tests:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 15.x
uses: actions/setup-node@v1
with:
node-version: 15.x
- name: Install
run: npm ci
- name: Start environment
run: npm start &
- name: Run tests
run: npm test
- name: Cypress
run: $(npm bin)/cypress run