aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2021-12-07 08:45:10 +0100
committerGitHub <noreply@github.com>2021-12-07 08:45:10 +0100
commit4ed46b77163d8c2abfd4793138c5c557fbdc6157 (patch)
treeb5a6a3b80db699ecbbf70bfddc703a7673832ecb
parente7fb7115faf94ecd5d5780892c432f439b682a4c (diff)
parent7fd6339c79065e869863adf575fa0fd3db112964 (diff)
downloadnextcloud-server-4ed46b77163d8c2abfd4793138c5c557fbdc6157.tar.gz
nextcloud-server-4ed46b77163d8c2abfd4793138c5c557fbdc6157.zip
Merge pull request #30077 from nextcloud/enh/node-tests-name
-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