Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed Sep 17, 2023
1 parent 152dd3b commit cd190d3
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
timeout-minutes: 10
steps:
- name: Checkout
Expand All @@ -27,13 +27,5 @@ jobs:
version: 8
run_install: true

- name: Lint
if: ${{ matrix.os == 'ubuntu-latest' }}
run: pnpm lint

- name: Type check
if: ${{ matrix.os == 'ubuntu-latest' }}
run: pnpm type-check

- name: Test
run: pnpm test

0 comments on commit cd190d3

Please sign in to comment.