Skip to content

Commit

Permalink
try:fix test fails
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoykumardas12 committed Jan 21, 2024
1 parent b58f1f0 commit 31e45c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
timeout-minutes: 10

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: yarn
# - run: yarn prettier:check
- run: yarn prettier:check
- run: yarn test:coverage
- run: yarn build

0 comments on commit 31e45c0

Please sign in to comment.