Skip to content

Commit

Permalink
Merge pull request #329 from kiva/build-before-lint
Browse files Browse the repository at this point in the history
build: run package build scripts before linting and testing
  • Loading branch information
emuvente authored Dec 8, 2023
2 parents c2f834e + 7b5c8af commit ec1c728
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
node-version: '16.x'
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Run Lint
run: npm run lint
- name: Run Unit Tests
Expand Down

0 comments on commit ec1c728

Please sign in to comment.