Updated trigger for L2 tests. (#128)

This commit is contained in:
Sundar
2021-03-31 17:30:09 +05:30
committed by GitHub
parent 202bacc71b
commit 4f6b70e29a
3 changed files with 6 additions and 11 deletions
+19
View File
@@ -0,0 +1,19 @@
name: "Run unit tests."
on: # rebuild any PRs and main branch changes
pull_request:
branches:
- master
- 'releases/*'
push:
branches:
- master
- 'releases/*'
jobs:
build: # make sure build/ci works properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: |
npm install
npm test