github-pages-deploy-action/.github/workflows/build.yml
James Ives 43ed8d1518
Integration Test Improvements (#116)
* Integration Test Improvements

* Formatting

* Update build.yml

* Change

* Update build.yml

* Update integration.yml

* More changes

* More more changes
2020-01-11 19:13:04 -05:00

21 lines
331 B
YAML

name: unit-tests
on:
pull_request:
branches:
- dev
- releases/v3
push:
branches:
- dev
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Install and Test
run: |
npm install
npm run-script test