Skip to content

Commit

Permalink
MI-39: Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kai-nguyen-aligent committed Nov 21, 2024
1 parent b7c19a8 commit 070f750
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,7 @@ jobs:
uses: nrwl/nx-set-shas@v4

- name: ⚙️ Run Tests
run: npx nx affected -t lint test build
run: npx nx affected -t lint test --parallel=2

- name: ⚙️ Run Build
run: npx nx affected -t build
1 change: 1 addition & 0 deletions nx.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"defaultBase": "origin/main",
"namedInputs": {
"default": ["{projectRoot}/**/*", "sharedGlobals"],
"production": [
Expand Down

0 comments on commit 070f750

Please sign in to comment.