Skip to content

Commit

Permalink
ci: Only build affected projects
Browse files Browse the repository at this point in the history
  • Loading branch information
jontze committed Jun 9, 2024
1 parent a298062 commit 7bdc71d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,7 @@ jobs:
- name: Install Dependencies
run: npm ci
- name: Build
# run: npx nx affected -t build
run: npx nx run ng-remote-config:build
run: npx nx affected -t build
- name: Upload Build Artifact
uses: actions/upload-artifact@v4
id: artifact-upload
Expand Down

0 comments on commit 7bdc71d

Please sign in to comment.