Skip to content

Commit

Permalink
Merge pull request #27 from miyaoka/workflow
Browse files Browse the repository at this point in the history
workflowを1つにまとめる
  • Loading branch information
miyaoka authored Oct 2, 2024
2 parents 47bf5cf + 5e71ba4 commit 48a8261
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 32 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Test
name: Type Check and Test

on:
- push
jobs:
test:
type-check-and-test:
runs-on: ubuntu-latest

steps:
Expand All @@ -25,5 +25,8 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Run test
- name: Run TypeScript type check
run: pnpm run type-check

- name: Run Test
run: pnpm run test
29 changes: 0 additions & 29 deletions .github/workflows/type-check.yml

This file was deleted.

0 comments on commit 48a8261

Please sign in to comment.