diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2021-12-08 09:59:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-08 09:59:36 +0100 |
commit | 133f49f60ff814f2fd5ec7573c08918b46f79b83 (patch) | |
tree | 137ba60420ed2317dc28d53de0a3fca18147a008 | |
parent | 0e665e064686dee3b588db0bfd07791968866761 (diff) | |
parent | 4586560f9b89c38389e8fb3989d14649d2dfa189 (diff) | |
download | nextcloud-server-133f49f60ff814f2fd5ec7573c08918b46f79b83.tar.gz nextcloud-server-133f49f60ff814f2fd5ec7573c08918b46f79b83.zip |
Merge pull request #30126 from nextcloud/revert-30077-enh/node-tests-name
-rw-r--r-- | .github/workflows/node-tests.yml | 6 |
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 |