Skip to content

Commit

Permalink
chore: remove test frmo ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanaden committed Dec 19, 2023
1 parent 68a9f5e commit bff4a43
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
- name: Build
run: pnpm run build

- name: Test
run: pnpm run test
env:
CI: true
# - name: Test
# run: pnpm run test
# env:
# CI: true

- name: Lint
run: pnpm run lint

0 comments on commit bff4a43

Please sign in to comment.