mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Revert "Explicitly name node tests workflow"
This commit is contained in:
parent
feb20080e8
commit
4586560f9b
1 changed files with 3 additions and 3 deletions
6
.github/workflows/node-tests.yml
vendored
6
.github/workflows/node-tests.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue