Skip to content

Commit

Permalink
ci: Run test in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Nov 20, 2024
1 parent 7d106db commit be9e1b7
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,15 @@ jobs:
- name: 'Check format'
run: |
pnpm biome format src
test:
runs-on: 'ubuntu-latest'
name: 'Test sources'
steps:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2
- name: 'Setup workspace'
run: |
pnpm install
- name: 'Run tests'
run: |
pnpm test run

0 comments on commit be9e1b7

Please sign in to comment.