-
Notifications
You must be signed in to change notification settings - Fork 11
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
Showing
4 changed files
with
26 additions
and
11 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 |
---|---|---|
|
@@ -29,7 +29,7 @@ jobs: | |
with: | ||
path: | | ||
.nx | ||
key: ${{ runner.os }}-nx-master" | ||
key: ${{ runner.os }}-nx-master | ||
- name: Test and build | ||
run: npx nx affected -t test build --parallel=3 --exclude='json-api-front,json-api-server,json-api-server-e2e,json-shared-type,database,@nestjs-json-api/source' | ||
- name: Upload test coverage badge | ||
|
@@ -76,7 +76,7 @@ jobs: | |
with: | ||
path: | | ||
.nx | ||
key: ${{ runner.os }}-nx-master" | ||
key: ${{ runner.os }}-nx-master | ||
- run: git branch --track main origin/master | ||
- run: npm run typeorm migration:run | ||
- run: npm run seed:run | ||
|
@@ -109,7 +109,7 @@ jobs: | |
run: | | ||
git config user.name 'Alex H' | ||
git config user.email '[email protected]' | ||
npx nx release --skip-publish --dry-run | ||
npx nx release --skip-publish | ||
shell: bash | ||
env: | ||
NODE_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }} | ||
|
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