summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorChristopher Ng <chrng8@gmail.com>2021-12-03 18:59:15 +0000
committerChristopher Ng <chrng8@gmail.com>2021-12-03 18:59:15 +0000
commit7fd6339c79065e869863adf575fa0fd3db112964 (patch)
tree88d0512fc78c7c87d659369f9524407871622660 /.github/workflows
parent6b3c7037946bf63b5bd684c7f1ee3e72ea0e6148 (diff)
downloadnextcloud-server-7fd6339c79065e869863adf575fa0fd3db112964.tar.gz
nextcloud-server-7fd6339c79065e869863adf575fa0fd3db112964.zip
Explicitly name node tests workflow
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to '.github/workflows')
-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