Skip to content

Commit 93b628d

Browse files
authored
Disable fail-fast for CI tests
1 parent 7019613 commit 93b628d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88

99
strategy:
10+
fail-fast: false
1011
matrix:
1112
node-version: [10, 12, 14]
1213
arangodb-version: [3.5, 3.6, 3.7]
@@ -49,4 +50,4 @@ jobs:
4950
- uses: actions/checkout@v2
5051
- run: npm install -g npm@7
5152
- run: npm install
52-
- run: node smoke-test.js
53+
- run: node smoke-test.js

0 commit comments

Comments
 (0)