Skip to content

Commit

Permalink
build: modify build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dm-p committed Apr 30, 2024
1 parent f39316f commit bb82772
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ jobs:
${{ runner.OS }}-
- name: Install Packages
run: npm ci
- name: Build packages
run: npm run build
- name: Validate Current Configuration (deneb-config.json)
run: npm run validate-config-for-commit
- name: Linting Checks
run: npm run eslint
- name: Prettier Checks
run: npm run prettier-check
- name: Build
run: npm run build
- name: Tests
run: npm run test
- name: Confirm pbiviz package (AppSource Version)
Expand Down

0 comments on commit bb82772

Please sign in to comment.