Skip to content

Commit

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

0 comments on commit 713d92b

Please sign in to comment.