Skip to content

Commit

Permalink
fix(ci): اصلاح ci
Browse files Browse the repository at this point in the history
Signed-off-by: MD Amanalikhani <md.akhi.ir@gmail.com>
Co-authored-by: MD Amanalikhani <md.akhi.ir@gmail.com>
  • Loading branch information
md-akhi committed Oct 12, 2023
1 parent 4e2a361 commit 070c370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
# cache: "npm"
- run: |
npm ci
npm test
Expand Down

0 comments on commit 070c370

Please sign in to comment.