Skip to content

Commit ab25aa2

Browse files
authored
Merge pull request #100 from klerick/re-push
ci: exlude microorm-database,typeorm-database from ci
2 parents f61c160 + 615b027 commit ab25aa2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/bump-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Test
4848
env:
4949
NX_REJECT_UNKNOWN_LOCAL_CACHE: 0
50-
run: npx nx affected -t test --parallel=3 --exclude='json-api-front,json-api-server,json-api-server-e2e,json-shared-type,database,@nestjs-json-api/source,type-for-rpc'
50+
run: npx nx affected -t test --parallel=3 --exclude='json-api-front,json-api-server,json-api-server-e2e,json-shared-type,microorm-database,typeorm-database,@nestjs-json-api/source,type-for-rpc'
5151
- name: Build
5252
env:
5353
NX_REJECT_UNKNOWN_LOCAL_CACHE: 0

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,3 @@ $ nx run json-api-server:serve:development
3737
## License
3838

3939
The plugin is [MIT licensed](LICENSE).
40-

0 commit comments

Comments
 (0)