Skip to content

Merge pull request #19 from nentgroup/dependabot/npm_and_yarn/babel/t… #63

Merge pull request #19 from nentgroup/dependabot/npm_and_yarn/babel/t…

Merge pull request #19 from nentgroup/dependabot/npm_and_yarn/babel/t… #63

Workflow file for this run

name: 'ci'
on:
push:
branches-ignore:
- 'mob/**'
- 'mob-session'
pull_request_target:
branches:
- 'main'
jobs:
test:
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/checkout@v2'
- run: |
npm ci
npm test