-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat(core): update to node 12 * feat(app): add adornments to `databaseURL` fields so only database name needs to be entered in forms * chore(deps): update docs dev dependencies * chore(ci): add timeouts to workflows
- Loading branch information
1 parent
dd681d3
commit d372b4a
Showing
20 changed files
with
6,240 additions
and
4,933 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,7 @@ jobs: | |
build: | ||
name: Deploy | ||
runs-on: ubuntu-latest | ||
timeout-minutes: 20 | ||
steps: | ||
- name: Cancel Previous Runs | ||
uses: styfle/[email protected] | ||
|
@@ -24,7 +25,7 @@ jobs: | |
- name: Setup Node | ||
uses: actions/setup-node@v1 | ||
with: | ||
node-version: 10 | ||
node-version: 12 | ||
|
||
- name: Get Cache Settings | ||
id: cache-settings | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,7 @@ jobs: | |
verify-build: | ||
name: Verify + Build | ||
runs-on: ubuntu-latest | ||
timeout-minutes: 15 | ||
steps: | ||
- name: Cancel Previous Runs | ||
uses: styfle/[email protected] | ||
|
@@ -21,7 +22,7 @@ jobs: | |
- name: Setup Node | ||
uses: actions/setup-node@v1 | ||
with: | ||
node-version: 10 | ||
node-version: 12 | ||
|
||
- name: Get cache settings | ||
id: cache-settings | ||
|
@@ -126,6 +127,7 @@ jobs: | |
name: UI Test Emulated App | ||
needs: verify-build | ||
runs-on: ubuntu-16.04 | ||
timeout-minutes: 20 | ||
strategy: | ||
# Keep all in-progress jobs running if any matrix job fails. Needed to prevent | ||
# the Cypress Dashboard from being stuck in "in progress" state since not all tests run. | ||
|
@@ -140,7 +142,7 @@ jobs: | |
- name: Setup Node | ||
uses: actions/setup-node@v1 | ||
with: | ||
node-version: 10 | ||
node-version: 12 | ||
|
||
- name: Checkout Repo | ||
uses: actions/checkout@v2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,7 @@ jobs: | |
build-deploy: | ||
name: Verify + Build + Deploy | ||
runs-on: ubuntu-latest | ||
timeout-minutes: 15 | ||
steps: | ||
- name: Cancel Previous Runs | ||
uses: styfle/[email protected] | ||
|
@@ -25,7 +26,7 @@ jobs: | |
- name: Setup Node | ||
uses: actions/setup-node@v1 | ||
with: | ||
node-version: 10 | ||
node-version: 12 | ||
|
||
- name: Get yarn cache | ||
id: yarn-cache | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ jobs: | |
verify-build: | ||
name: Verify + Build | ||
runs-on: ubuntu-latest | ||
timeout-minutes: 15 | ||
steps: | ||
- name: Cancel Previous Runs | ||
uses: styfle/[email protected] | ||
|
@@ -22,7 +23,7 @@ jobs: | |
- name: Setup Node | ||
uses: actions/setup-node@v1 | ||
with: | ||
node-version: 10 | ||
node-version: 12 | ||
|
||
- name: Get yarn cache | ||
id: yarn-cache | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.