Skip to content

Commit

Permalink
Disabled Npm test in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Akash <[email protected]>
  • Loading branch information
SkySingh04 committed Aug 12, 2024
1 parent 2f2a40d commit 33c38ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
- name: Install dependencies
run: npm install

- name: Run tests
run: npm test
# - name: Run tests
# run: npm test

- name: Build the project
run: npm run build

0 comments on commit 33c38ca

Please sign in to comment.