-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* feat: add ci * feat: detect code change & run action * feat: disable ci web * small adjustments --------- Co-authored-by: Vygandas Pliasas <[email protected]>
- Loading branch information
Showing
3 changed files
with
73 additions
and
1 deletion.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
.github/workflows/pr_affected_code.yml → .github/workflows/pr_all_affected_test.yml
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,4 +1,4 @@ | ||
name: Nx Affected CI | ||
name: PR ALL Affected Test | ||
on: | ||
pull_request: | ||
branches: [main] | ||
|
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 |
---|---|---|
@@ -0,0 +1,36 @@ | ||
name: 'PR & Push API Build' | ||
on: | ||
pull_request: | ||
branches: | ||
- '*' | ||
paths: | ||
- 'libs/**' | ||
- 'apps/api/**' | ||
push: | ||
branches: | ||
- '*' | ||
paths: | ||
- 'libs/**' | ||
- 'apps/api/**' | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
strategy: | ||
matrix: | ||
node-version: [20.x] | ||
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
|
||
- name: Use Node.js ${{ matrix.node-version }} | ||
uses: actions/setup-node@v4 | ||
with: | ||
node-version: ${{ matrix.node-version }} | ||
|
||
- name: 'Install dependencies' | ||
run: yarn install | ||
|
||
- name: 'Build Api' | ||
run: npx nx run api:build |
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 |
---|---|---|
@@ -0,0 +1,36 @@ | ||
name: 'PR & Push Platform Build' | ||
on: | ||
pull_request: | ||
branches: | ||
- '*' | ||
paths: | ||
- 'libs/**' | ||
- 'apps/platform/**' | ||
push: | ||
branches: | ||
- '*' | ||
paths: | ||
- 'libs/**' | ||
- 'apps/platform/**' | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
strategy: | ||
matrix: | ||
node-version: [20.x] | ||
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
|
||
- name: Use Node.js ${{ matrix.node-version }} | ||
uses: actions/setup-node@v4 | ||
with: | ||
node-version: ${{ matrix.node-version }} | ||
|
||
- name: 'Install dependencies' | ||
run: yarn install | ||
|
||
- name: 'Build Platform' | ||
run: npx nx run platform:build |
fb7ecf0
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.
Successfully deployed to the following URLs:
isomera-compodoc – ./
isomera-compodoc-git-main-cortip.vercel.app
isomera-compodoc.vercel.app
isomera-compodoc-cortip.vercel.app
doc.isomera.org