-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6542585
commit 0f7fb38
Showing
16 changed files
with
3,213 additions
and
11,923 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,19 +9,19 @@ name: Update Code Climate test coverage | |
on: | ||
push: | ||
branches: | ||
- 'main' # Change this branch name by your CodeClimate "main" branch use | ||
- main # Change this branch name by your CodeClimate "main" branch use | ||
|
||
jobs: | ||
# Configures the deployment environment, install dependencies (like node, npm, etc.) that are requirements for the upcoming jobs | ||
# Ex: Necessary to run `yarn test:coverage` | ||
setup-environment: | ||
name: Setup deployment environment (Ubuntu 22.04 - Node 16.x) | ||
name: Setup deployment environment (Ubuntu 22.04 - Node 18.x) | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- name: Installing node.js | ||
uses: actions/[email protected] # Used to install node environment - XXX https://github.com/actions/setup-node | ||
with: | ||
node-version: '16.x' # Use the same node.js version as the one Vercel's uses (currently node12.x) | ||
node-version: '18.x' # Use the same node.js version as the one Vercel's uses (currently node12.x) | ||
run-tests-coverage: | ||
name: Run tests coverage and send report to Code Climate | ||
runs-on: ubuntu-22.04 | ||
|
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 |
---|---|---|
@@ -1 +1 @@ | ||
v16 | ||
v18 |
Oops, something went wrong.