Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
Signed-off-by: Kial Jinnah <kialj876@gmail.com>
  • Loading branch information
kialj876 committed Jun 6, 2024
1 parent 6eb1621 commit 3197293
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/search-ui-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
node-version: ${{ matrix.node }}

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

- name: Lint
- run: npm run lint
run: npm run lint

unit-testing:
needs: setup-job
Expand All @@ -58,10 +58,10 @@ jobs:
node-version: ${{ matrix.node }}

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

- name: Test
- run: npm run test:unit
run: npm run test:unit

build-check:
needs: setup-job
Expand All @@ -79,7 +79,7 @@ jobs:
node-version: ${{ matrix.node }}

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

- name: Build
- run: npm run build
run: npm run build

0 comments on commit 3197293

Please sign in to comment.