Skip to content

Commit

Permalink
chore(ci): update pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejpetras committed Sep 28, 2023
1 parent 1495e54 commit b4a1a5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
- run: npx nx affected --base=$NX_BASE --head=$NX_HEAD -t lint --parallel=3
- run: npx nx affected --base=$NX_BASE --head=$NX_HEAD -t test --parallel=3
- run: npx nx affected --base=$NX_BASE --head=$NX_HEAD -t build --parallel=3
- run: npx nx affected --base=$NX_BASE --head=$NX_HEAD -t docker --projects=tag:publish:docker --parallel=3
- run: npx nx affected --base=$NX_BASE --head=$NX_HEAD -t version --projects=tag:publish:docker --parallel=3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
INPUT_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
node_modules

dist
.nx/installation
.nx/cache
.angular

0 comments on commit b4a1a5c

Please sign in to comment.