Skip to content

Commit

Permalink
ci: update script for installing
Browse files Browse the repository at this point in the history
  • Loading branch information
la3rence authored Jul 14, 2023
1 parent 0a4dfdd commit 4eaecbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
restore-keys: |
${{ runner.os }}-pnpm-store-
- run: pnpm install --frozen-lockfile
- name: Install dependencies
run: pnpm install

- name: Test
env: # repo secrets as environment variable
Expand Down Expand Up @@ -72,7 +73,6 @@ jobs:

- name: Generate Swagger Spec JSON
run: |
pnpm install
pnpm run swagger
- uses: stefanzweifel/git-auto-commit-action@v4
Expand Down

1 comment on commit 4eaecbc

@vercel
Copy link

@vercel vercel bot commented on 4eaecbc Jul 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.