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

github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-08-19 18:12:32 +0300
committerMartijn Cuppens <martijn.cuppens@gmail.com>2019-08-20 14:30:25 +0300
commitdbdb7c3b0b7a09490ded621a365f298946f71f01 (patch)
tree52e3481f353fed33ebac83020cd5cd1d824a9f12 /.github
parent02f637bc85ae31728d8f7b33dfc2944e26143571 (diff)
Update test.yml.
* add `fast-fail: false` * add name in the clone step
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index dcef1b1..e559352 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -7,11 +7,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
+ fail-fast: false
matrix:
node: [8, 10, 12]
steps:
- - uses: actions/checkout@master
+ - name: Clone repository
+ uses: actions/checkout@master
- name: Set Node.js version
uses: actions/setup-node@v1.1.0