Skip to content

Commit

Permalink
chore: disable fail-fast for postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
ForbesLindesay committed Oct 24, 2020
1 parent cbe672f commit d44e614
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ jobs:
- 11.9-alpine
- 12.4-alpine
- 13.0-alpine
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@types/jest": "^26.0.15",
"babel-core": "^6.26.3",
"cross-spawn": "^7.0.2",
"github-actions-workflow-builder": "^1.0.2",
"github-actions-workflow-builder": "^1.0.3",
"jest": "^26.6.1",
"lsr": "^2.0.0",
"mkdirp": "^1.0.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2807,10 +2807,10 @@ getpass@^0.1.1:
dependencies:
assert-plus "^1.0.0"

github-actions-workflow-builder@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/github-actions-workflow-builder/-/github-actions-workflow-builder-1.0.2.tgz#4e2a2245f102e9f3ad59cb4072d6b7ee6d0bf58f"
integrity sha512-e3PaZ2Cmmw7HUYApJDrhMgCQZ7tdv4REyzX9GKUOGVQcGcYC9zcU7pv9xg/96aaFZCfTiv5VQuB3SlYvj88cnQ==
github-actions-workflow-builder@^1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/github-actions-workflow-builder/-/github-actions-workflow-builder-1.0.3.tgz#ed96cc63a4bdaf7172d941f5ad14171a78c19a9b"
integrity sha512-oIfOHQGfDLgjgYx+Us2+gPzzQnKKCRxohTqN7yQeFz0cuDxIXY08m0hnu3v9UsKTdpPWF9axCivjQWnBOLVZbQ==

glob@7.1.6, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@~7.1.2:
version "7.1.6"
Expand Down

0 comments on commit d44e614

Please sign in to comment.