Skip to content

Commit

Permalink
[#146] Install all workspace dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay-ap committed Jan 11, 2024
1 parent 142544b commit 3ccf922
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_4337.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
node-version: 20.x
cache: npm
cache-dependency-path: package-lock.json
- run: npm ci -w modules/4337
- run: npm ci -ws
- run: npm run build -w modules/4337 && npm run build:ts -w modules/4337
- run: npm run coverage -w modules/4337
- name: Coveralls
Expand All @@ -34,7 +34,7 @@ jobs:
node-version: 20.x
cache: npm
cache-dependency-path: package-lock.json
- run: npm ci -w modules/4337
- run: npm ci -ws
- run: |
docker compose -f modules/4337/docker-compose.yaml up -d
# wait for containers to start up
Expand All @@ -61,6 +61,6 @@ jobs:
node-version: 20.x
cache: npm
cache-dependency-path: package-lock.json
- run: npm ci -w modules/4337
- run: npm ci -ws
- run: npm run lint -w modules/4337
- run: npm run fmt:check -w modules/4337

0 comments on commit 3ccf922

Please sign in to comment.