Skip to content

Commit

Permalink
Temp commenting angular tests and increasing node build versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rz-georgiev authored Dec 2, 2024
1 parent ce2c0e9 commit 403f9a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ jobs:
run: npm install
working-directory: ./Client/MotoDev # Specify the folder for the Angular app here

- name: Run Angular tests
run: npm test -- --watch=false --browsers=ChromeHeadless
working-directory: ./Client/MotoDev # Specify the folder for the Angular app here
# - name: Run Angular tests
# run: npm test -- --watch=false --browsers=ChromeHeadless
# working-directory: ./Client/MotoDev # Specify the folder for the Angular app here

- name: Build Angular project
run: npm run build -- --prod
Expand All @@ -84,7 +84,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '22.x'

- name: Install dependencies and build Angular project
run: |
Expand Down

0 comments on commit 403f9a4

Please sign in to comment.