Skip to content

Adds github workflow for tests, scan of images and publishing to dock… #1

Adds github workflow for tests, scan of images and publishing to dock…

Adds github workflow for tests, scan of images and publishing to dock… #1

Workflow file for this run

name: Tests
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm i
- name: Run tests
run: npm run test