Skip to content

Merge pull request #39 from guMcrey/dependabot/npm_and_yarn/follow-re… #87

Merge pull request #39 from guMcrey/dependabot/npm_and_yarn/follow-re…

Merge pull request #39 from guMcrey/dependabot/npm_and_yarn/follow-re… #87

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- name: Run a multi-line script
run: |
npm ci
npm run build
npm run test:coverage
npm run codecov