Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bats-core/bats-support.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schulze <martin.schulze@vireso.de>2022-03-04 09:33:13 +0300
committerMartin Schulze <martin.schulze@vireso.de>2022-03-04 09:33:13 +0300
commit3c8fadc5097c9acfc96d836dced2bb598e48b009 (patch)
tree1544bab1bd7cb93578e392c237d1177bcc206fef
parentc182b6320601c89e62e415c6547e023a81b6e1f1 (diff)
Bring workflow name in line with filename
-rw-r--r--.github/workflows/tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 46a1d2e..18915d0 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -1,7 +1,7 @@
# This workflow will do a clean install of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
-name: Node.js CI
+name: Tests
on:
push: