Skip to content

Commit

Permalink
web: enable tests, linters and build on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed May 13, 2024
1 parent 9756369 commit 9748440
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/ci-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,24 +57,24 @@ jobs:

- name: Install dependencies
run: npm install
#
# - name: Build the application
# run: make
#

- name: Build the application
run: npm run build

# - name: Run check spell
# run: npm run cspell
#
# - name: Check types
# run: npm run check-types
#
# - name: Run ESLint
# run: npm run eslint
#
# - name: Run Stylelint
# run: npm run stylelint
#
# - name: Run the tests and generate coverage report
# run: npm test -- --coverage
- name: Run ESLint
run: npm run eslint

- name: Run Stylelint
run: npm run stylelint

- name: Run the tests and generate coverage report
run: npm test -- --coverage
#
# # send the code coverage for the web part to the coveralls.io
# - name: Coveralls GitHub Action
Expand Down

0 comments on commit 9748440

Please sign in to comment.