diff --git a/.github/workflows/server-test.yml b/.github/workflows/server-test.yml index db1ae7b5..9de168e6 100644 --- a/.github/workflows/server-test.yml +++ b/.github/workflows/server-test.yml @@ -67,6 +67,8 @@ jobs: # To re-enable # cargo clippy --all -- --deny "warnings" + # Commented out for now as it's pretty slow in the CI + # TODO: find a solution (e.g. by using caching) or re-enable only on master # - name: Unused dependencies # run: | # cd scheduler diff --git a/justfile b/justfile index 5e34af0f..11605dd0 100644 --- a/justfile +++ b/justfile @@ -17,7 +17,7 @@ _setup_db: # Setup Javascript client - run `pnpm install` _setup_client_node: - cd scheduler/clients/javascript && [npm install + cd scheduler/clients/javascript && pnpm install # Dev dev: _setup_db