Skip to content

Commit 5b7390b

Browse files
committed
ci: add-ai-fix
1 parent db5c441 commit 5b7390b

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535

3636
- run: pnpm exec nx-cloud record -- nx format:check --verbose
3737
- run: pnpm exec nx affected -t build lint test docs e2e-ci
38+
- run: pnpm exec nx fix-ci
39+
if: always()
3840

3941
- uses: codecov/codecov-action@v5
4042
with:

project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "forgerock-verdaccio",
33
"$schema": "node_modules/nx/schemas/project-schema.json",
4+
"includedScripts": [],
45
"targets": {
56
"local-registry": {
67
"executor": "@nx/js:verdaccio",

0 commit comments

Comments
 (0)