Skip to content

Commit

Permalink
comment out testing
Browse files Browse the repository at this point in the history
  • Loading branch information
LumaKernel committed Feb 4, 2024
1 parent 93fe34a commit d6f50e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
cache: npm
- run: npm ci
- run: npm run lint
- run: npm run test
# no tests for now
# - run: npm run test
- run: npm run typecheck
- run: npm run build
- run: npx -q --no-install semantic-release
Expand Down

0 comments on commit d6f50e6

Please sign in to comment.