Skip to content

Commit

Permalink
ci: add name of tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
OrbisK committed Nov 28, 2024
1 parent 0a8145e commit edabc28
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy VitePress site to Pages
name: Run tests

on:
push:
Expand All @@ -7,7 +7,7 @@ on:

jobs:
# Build job
build:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -28,3 +28,5 @@ jobs:
run: npx playwright install --with-deps
- name: Run tests
run: pnpm vitest run
- name: Run type checks
run: pnpm vue-tsc --noEmit

0 comments on commit edabc28

Please sign in to comment.