Skip to content

Commit

Permalink
ci: test job
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz committed Dec 5, 2023
1 parent 6d69367 commit 3326347
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- dev

jobs:
ci:
test:
runs-on: ubuntu-latest

steps:
Expand All @@ -23,7 +23,7 @@ jobs:
name: Install pnpm
id: pnpm-install
with:
version: 7
version: 8
run_install: false
- run: pnpm install
- run: pnpm dev:prepare
Expand Down

0 comments on commit 3326347

Please sign in to comment.