Skip to content

Commit

Permalink
ci: temporarily disable test job
Browse files Browse the repository at this point in the history
  • Loading branch information
dalechyn committed Jun 5, 2024
1 parent 34af32d commit 0675bf9
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,21 +43,21 @@ jobs:
- name: Check types
run: pnpm typecheck

test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4

- name: Install dependencies
uses: ./.github/actions/install-dependencies
- run: pnpm preconstruct

- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 'latest'

- name: Run tests
run: pnpm test
# test:
# name: Test
# runs-on: ubuntu-latest
# steps:
# - name: Clone repository
# uses: actions/checkout@v4
#
# - name: Install dependencies
# uses: ./.github/actions/install-dependencies
# - run: pnpm preconstruct
#
# - name: Setup Node
# uses: actions/setup-node@v4
# with:
# node-version: 'latest'
#
# - name: Run tests
# run: pnpm test

0 comments on commit 0675bf9

Please sign in to comment.