Skip to content

Commit

Permalink
fix api.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdip-b authored Dec 29, 2023
1 parent 399b201 commit 5427d80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ jobs:
version: 8
run_install: false

- name: Install packages
- name: Install packages
run: |
pnpm i
- name: Lint
run: |
pnpm run lint:api
- name: Test
- name: Test
run: |
pnpm run test:api

0 comments on commit 5427d80

Please sign in to comment.