Skip to content

Commit

Permalink
Merge pull request #4371 from janhq/chore/correct-ci-run-script
Browse files Browse the repository at this point in the history
chore: deprecate make build-joi
  • Loading branch information
louis-jan authored Dec 31, 2024
2 parents 0be5349 + 84ed5ec commit 2fe4514
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/jan-electron-linter-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,10 @@ jobs:

- name: Install dependencies
run: |
make build-joi
yarn build:core
make config-yarn
yarn
yarn build:joi
yarn build:core
- name: Run test coverage
run: yarn test:coverage
Expand Down

0 comments on commit 2fe4514

Please sign in to comment.