-
Notifications
You must be signed in to change notification settings - Fork 7
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
John McDowell
committed
Jun 1, 2023
1 parent
7e95022
commit da64176
Showing
2 changed files
with
2 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -24,6 +24,6 @@ jobs: | |
run: yarn --cwd ./packages/web-app install -g --dev | ||
working-directory: packages/web-app | ||
- name: Build release | ||
run: yarn --cwd ./packages/web-app run build | ||
run: yarn --cwd ./packages/web-app build | ||
- name: Sync release to iBrave | ||
run: env LC_ALL=C rsync -a --delete packages/web-app/build/ [email protected]:public_html/${BRANCH_NAME}.diplicity.com/ |
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
da64176
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coverage report for
packages/common
Test suite run success
95 tests passing in 11 suites.
Report generated by π§ͺjest coverage report action from da64176
da64176
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coverage report for
packages/native-app
Test suite run success
199 tests passing in 30 suites.
Report generated by π§ͺjest coverage report action from da64176