Skip to content

Commit

Permalink
[#146] WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay-ap committed Jan 10, 2024
1 parent 5a262a6 commit 720cdb8
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,9 +14,9 @@ jobs:
node-version: 20.x
cache: npm
cache-dependency-path: package-lock.json
- run: npm ci
- run: npm run build && npm run build:ts
- run: npm run coverage
- run: npm ci -w modules/4337
- run: npm run build -w modules/4337 && npm run build:ts -w modules/4337
- run: npm run coverage -w modules/4337
- name: Coveralls
uses: coverallsapp/github-action@master
with:
Expand Down

0 comments on commit 720cdb8

Please sign in to comment.