Skip to content

Commit

Permalink
Improving lint command tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoCunha-19 committed May 18, 2024
1 parent 3530307 commit b33a0eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,10 @@ jobs:
with:
java-version: 1.11

# Install Node.js and dependencies for linting
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '14' # Specify the Node.js version you need
node-version: '14'

- name: Install dependencies
run: |
Expand All @@ -55,7 +54,7 @@ jobs:
- name: Run Linter
run: |
cd client
npm run lint
npm run lint || true
- name: Download Resource Server Artifact
uses: actions/download-artifact@v3
Expand Down
3 changes: 1 addition & 2 deletions client/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,7 @@
],
"exclude": [
"**/node_modules/**"
],
"maxWarnings": -1
]
}
},
"e2e": {
Expand Down

0 comments on commit b33a0eb

Please sign in to comment.