Skip to content

Commit

Permalink
ci: separate test and lint in dashboard ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gulfaraz committed Jul 19, 2024
1 parent 1d1f201 commit 2f0fc6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm ci --no-audit
- run: npm run lint
- run: npm test
- run: docker build . --file Dockerfile --tag ibf-dashboard:$(date +%s)

Expand Down
3 changes: 1 addition & 2 deletions interfaces/IBF-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
"start:no-install": "ng serve --port=4200",
"start:prod": "npm run build:prod && npm run serve:static",
"test:dev": "ng test",
"test:only": "ng test --no-watch --browsers=ChromeHeadless",
"test": "npm run lint && npm run test:only",
"test": "npm run test:dev -- --no-watch --browsers=ChromeHeadless",
"cypress:open": "cypress open",
"cypress:run": "cypress run"
},
Expand Down

0 comments on commit 2f0fc6e

Please sign in to comment.