This is an automated email from the ASF dual-hosted git repository.
poorejc pushed a commit to branch test
in repository https://gitbox.apache.org/repos/asf/incubator-flagon-useralejs.git
The following commit(s) were added to refs/heads/test by this push:
new c6a21c7 updates to git action CI workflow, with badge
c6a21c7 is described below
commit c6a21c7591a7f1d9e514ccff54784982f0666d7c
Author: poorejc <[email protected]>
AuthorDate: Mon Feb 1 21:24:27 2021 -0500
updates to git action CI workflow, with badge
---
.github/workflows/node.js.yml | 7 +++++--
README.md | 4 ++--
2 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml
index 3c6b76f..cf3a4b6 100644
--- a/.github/workflows/node.js.yml
+++ b/.github/workflows/node.js.yml
@@ -20,10 +20,13 @@ jobs:
# See supported Node.js release schedule at
https://nodejs.org/en/about/releases/
steps:
- - uses: actions/checkout@v2
+ - mame: checkout
+ uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- - run: npm ci
+ - name: install dependencies
+ run: npm ci
+ - name: build userale.js
- run: npm run test
diff --git a/README.md b/README.md
index b5cb616..74fac31 100755
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
# Apache Flagon UserALE.js (Incubating)
-[](https://builds.apache.org/job/useralejs-ci?)
+

-
+

[](http://www.apache.org/licenses/LICENSE-2.0)