You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2020/12/28 12:19:32 UTC

[skywalking-client-js] branch master updated: Update build.yml (#26)

This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-client-js.git


The following commit(s) were added to refs/heads/master by this push:
     new 38514df  Update build.yml (#26)
38514df is described below

commit 38514df5519f2fb15ed176e207e0a0625a120261
Author: Zhenxu Ke <ke...@apache.org>
AuthorDate: Mon Dec 28 20:19:23 2020 +0800

    Update build.yml (#26)
---
 .github/workflows/build.yml | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 7b748ee..1d2e6af 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -3,7 +3,7 @@ name: Node CI
 on: [push, pull_request]
 
 jobs:
-  build:
+  build-and-test:
 
     runs-on: ubuntu-latest
 
@@ -24,3 +24,11 @@ jobs:
         npm test
       env:
         CI: true
+
+  build:
+    runs-on: ubuntu-latest
+    timeout-minutes: 90
+    needs: [build-and-test]
+    steps:
+      - name: Placeholder
+        run: echo "Just to make the GitHub merge button green"