diff options
author | Christopher Ng <chrng8@gmail.com> | 2021-12-03 18:59:15 +0000 |
---|---|---|
committer | Christopher Ng <chrng8@gmail.com> | 2021-12-03 18:59:15 +0000 |
commit | 7fd6339c79065e869863adf575fa0fd3db112964 (patch) | |
tree | 88d0512fc78c7c87d659369f9524407871622660 /.github/workflows | |
parent | 6b3c7037946bf63b5bd684c7f1ee3e72ea0e6148 (diff) | |
download | nextcloud-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.yml | 6 |
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 |