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 a4869b0 commit 6eb1621
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions .github/workflows/search-ui-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,17 @@ jobs:
node-version: [20]

steps:
steps:
- uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}

- name: Install dependencies
- run: npm install

- name: Test
- run: npm run test:unit
- uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}

- name: Install dependencies
- run: npm install

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

build-check:
needs: setup-job
Expand Down

0 comments on commit 6eb1621

Please sign in to comment.