Skip to content
Snippets Groups Projects
Commit 1d11133b authored by Eugen Ciur's avatar Eugen Ciur
Browse files

add tests CI

parent 3ba772fd
Branches
No related tags found
Loading
name: Tests
on:
push:
branches:
- master
jobs:
unittests:
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [14.x]
steps:
- uses: actions/checkout@v2
- name: Set up NodeJS
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: |
npm i
- name: Run tests
run: |
ember test
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment