Skip to content

units tests temporarily removed #1404

units tests temporarily removed

units tests temporarily removed #1404

name: GitHub Actions
on:
push:
branches: [dev, sandbox]
pull_request:
branches: [dev, sandbox]
jobs:
start-tests:
runs-on: ubuntu-latest
steps:
- run: echo "TEST PROJECT"
- uses: actions/checkout@v2
- run: npm i
- run: npm run test