Skip to content

Commit

Permalink
Merge pull request #166 from traPtitech/feat/intro_vitest
Browse files Browse the repository at this point in the history
vitestを導入
  • Loading branch information
mehm8128 authored Jan 28, 2024
2 parents 6ab3f29 + 61f5347 commit 18846a7
Show file tree
Hide file tree
Showing 5 changed files with 6,773 additions and 1,973 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,19 @@ jobs:
name: apis
path: ./src/lib/apis/generated
- run: npm run type-check
test:
name: Test
runs-on: ubuntu-latest
needs: [packages, genApi]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .node-version
cache: npm
- run: SKIP_GENAPI=1 npm ci
- uses: actions/download-artifact@v4
with:
name: apis
path: ./src/lib/apis/generated
- run: npm run test
Loading

0 comments on commit 18846a7

Please sign in to comment.