Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Ng <chrng8@gmail.com>2021-12-03 21:59:15 +0300
committerChristopher Ng <chrng8@gmail.com>2021-12-03 21:59:15 +0300
commit7fd6339c79065e869863adf575fa0fd3db112964 (patch)
tree88d0512fc78c7c87d659369f9524407871622660 /.github
parent6b3c7037946bf63b5bd684c7f1ee3e72ea0e6148 (diff)
Explicitly name node tests workflow
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/node-tests.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/node-tests.yml b/.github/workflows/node-tests.yml
index fbb280873d8..acbbaa487c2 100644
--- a/.github/workflows/node-tests.yml
+++ b/.github/workflows/node-tests.yml
@@ -1,4 +1,4 @@
-name: Node
+name: Node Tests
on:
pull_request:
@@ -28,7 +28,7 @@ jobs:
test:
runs-on: ubuntu-latest
needs: versions
-
+
steps:
- name: Checkout
uses: actions/checkout@v2
@@ -71,7 +71,7 @@ jobs:
handlebars:
runs-on: ubuntu-latest
needs: versions
-
+
steps:
- name: Checkout
uses: actions/checkout@v2