Skip to content

Commit

Permalink
feat(ci): add test job
Browse files Browse the repository at this point in the history
  • Loading branch information
kettei-sproutty committed Jun 13, 2024
1 parent 574fc61 commit cfa4886
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
on:
pull_request:

jobs:
install:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 8
- run: pnpm install
- uses: cypress-io/github-action@v6
with:
build: pnpm build
start: pnpm preview

0 comments on commit cfa4886

Please sign in to comment.