Merge pull request #4371 from janhq/chore/correct-ci-run-script

chore: deprecate make build-joi
This commit is contained in:
Louis 2024-12-31 14:24:19 +07:00 committed by GitHub
commit 2fe4514678
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -51,9 +51,10 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
make build-joi make config-yarn
yarn build:core
yarn yarn
yarn build:joi
yarn build:core
- name: Run test coverage - name: Run test coverage
run: yarn test:coverage run: yarn test:coverage