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:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2021-12-07 11:46:57 +0300
committerGitHub <noreply@github.com>2021-12-07 11:46:57 +0300
commit4586560f9b89c38389e8fb3989d14649d2dfa189 (patch)
treeb5b701851aac5d9507a0ed99c2b6713a521c4f5f /.github
parentfeb20080e8624923a4c5c94131f9263148fb66f6 (diff)
Revert "Explicitly name node tests workflow"
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 acbbaa487c2..fbb280873d8 100644
--- a/.github/workflows/node-tests.yml
+++ b/.github/workflows/node-tests.yml
@@ -1,4 +1,4 @@
-name: Node Tests
+name: Node
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