You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flagon.apache.org by po...@apache.org on 2021/02/02 02:24:47 UTC

[incubator-flagon-useralejs] branch test updated: updates to git action CI workflow, with badge

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 <po...@apache.org>
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)
 
-[![Build Status](https://builds.apache.org/job/useralejs-ci/badge/icon?style=flat)](https://builds.apache.org/job/useralejs-ci?)
+![Node.js CI](https://github.com/apache/incubator-flagon-useralejs/workflows/Node.js%20CI/badge.svg)
 ![Snyk Vulnerabilities for npm package](https://img.shields.io/snyk/vulnerabilities/npm/flagon-userale)
-![Maintenance](https://img.shields.io/maintenance/yes/2020)
+![Maintenance](https://img.shields.io/maintenance/yes/2021)
 ![npm](https://img.shields.io/npm/v/flagon-userale)
 [![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)