Skip to content

Commit

Permalink
feat: added
Browse files Browse the repository at this point in the history
  • Loading branch information
naelob committed Oct 24, 2023
1 parent 35a383b commit c48415d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,13 @@ jobs:
run: npm install -g pnpm

- name: Install dependencies
run: cd api && pnpm install
run: pnpm install
working-directory: api

- name: Build
run: pnpm run build
working-directory: api

- name: Test
run: pnpm run test
working-directory: api

0 comments on commit c48415d

Please sign in to comment.