Skip to content

Commit

Permalink
Merge branch 'guillaume/ci/adapt-server-ci' into guillaume/fix/clippy…
Browse files Browse the repository at this point in the history
…-warnings
  • Loading branch information
GuillaumeDecMeetsMore committed Jul 16, 2024
2 parents 5be8e2b + bd6197d commit 772f6b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/server-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 772f6b7

Please sign in to comment.