Skip to content

Commit

Permalink
[#146] Update github workflows: install depedencies using npm ci command
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay-ap committed Jan 11, 2024
1 parent 7034b31 commit 0e84234
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_4337.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
node-version: 20.x
cache: npm
cache-dependency-path: package-lock.json
- run: npm ci -ws
- run: npm ci
- 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 @@ -28,7 +28,7 @@ jobs:
node-version: 20.x
cache: npm
cache-dependency-path: package-lock.json
- run: npm ci -ws
- run: npm ci
- run: |
docker compose -f modules/4337/docker-compose.yaml up -d
# wait for containers to start up
Expand All @@ -52,6 +52,6 @@ jobs:
node-version: 20.x
cache: npm
cache-dependency-path: package-lock.json
- run: npm ci -ws
- run: npm ci
- run: npm run lint -w modules/4337
- run: npm run fmt:check -w modules/4337
2 changes: 1 addition & 1 deletion .github/workflows/ci_4337_gas_metering.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
node-version: 20.x
cache: npm
cache-dependency-path: package-lock.json
- run: npm ci -ws
- run: npm ci
- run: npm run fmt:check -w modules/4337-gas-metering
- run: npm run lint -w modules/4337-gas-metering
- run: npm run build -w modules/4337-gas-metering

0 comments on commit 0e84234

Please sign in to comment.