Skip to content

Commit

Permalink
fixing js build
Browse files Browse the repository at this point in the history
  • Loading branch information
madhuredra committed Sep 23, 2023
1 parent e6641d3 commit 0b1ede9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jsBuild.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Continuous Integration
name: Continuous Integration for JS

on:
push:
Expand Down Expand Up @@ -26,7 +26,7 @@ jobs:
cache: npm

- name: 📦 Install dependencies
run: npm ci
run: npm install

- name: 🧪 Run all tests
if: ${{ github.event_name == 'push' }}
Expand Down

0 comments on commit 0b1ede9

Please sign in to comment.