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:
-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