Skip to content

Commit a299c64

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 19e41d3 + e51e38f commit a299c64

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.github/workflows/ci.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: CI
2+
3+
on:
4+
push:
5+
branches: [ master ]
6+
pull_request:
7+
branches: [ master ]
8+
workflow_dispatch:
9+
10+
jobs:
11+
build:
12+
runs-on: ubuntu-latest
13+
steps:
14+
-
15+
name: Checkout
16+
uses: actions/checkout@v2
17+
-
18+
name: I and Test
19+
run: |
20+
npm i
21+
npm run test -- --watch=false --browsers=ChromeHeadless

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[![npm version](https://badge.fury.io/js/%40novyk%2Fngxe.svg)](https://www.npmjs.com/@novyk/ngxe)
2+
![CI](https://github.com/navix/ngxe/actions/workflows/ci.yml/badge.svg)
23

34
# 📜 ngxe (currently in BETA)
45

0 commit comments

Comments
 (0)