This repository has been archived by the owner on May 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'tab-custom-display' of https://github.com/cerner/terra-…
…framework into tab-custom-display
- Loading branch information
Showing
386 changed files
with
50,723 additions
and
688 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 |
---|---|---|
@@ -1 +1,2 @@ | ||
FROM docker.cernerrepos.net/ion/ion-node:5 | ||
RUN npm install npm@9 |
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 |
---|---|---|
|
@@ -18,4 +18,4 @@ runs: | |
run: npm run clean | ||
- name: Install Dependencies | ||
shell: bash | ||
run: npm install | ||
run: npm ci |
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 |
---|---|---|
|
@@ -42,7 +42,7 @@ jobs: | |
npm run lint | ||
- name: Testing Project | ||
run: | | ||
npm run jest | ||
npm run jest:no-coverage | ||
- if: github.event_name == 'pull_request' | ||
name: Danger | ||
uses: danger/[email protected] | ||
|
@@ -81,7 +81,7 @@ jobs: | |
env: | ||
SITE: build/${{ matrix.theme }} | ||
FORM_FACTOR: ${{ matrix.form-factor }} | ||
run: npm run wdio-${{ matrix.theme }} | ||
run: npm run wdio:${{ matrix.theme }} | ||
|
||
release-and-deploy: | ||
runs-on: ubuntu-latest | ||
|
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,2 +1,2 @@ | ||
package-lock=false | ||
package-lock=true | ||
legacy-peer-deps=true |
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.