Skip to content

Commit

Permalink
chore: remove CI for tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
luandro committed Oct 31, 2024
1 parent a50da7c commit 186b8db
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@ jobs:
- name: Install dependencies
run: bun install

- name: Run tests
run: bun run test
- name: Run builds
run: bun run build

# - name: Run tests
# run: bun run test
1 change: 0 additions & 1 deletion apps/whatsapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"scripts": {
"dev": "bun run --watch .",
"start": "bun run index.ts",
"build": "bun build index.ts --outdir ./dist",
"lint": "biome lint",
"clean": "git clean -xdf .next .turbo node_modules .wwebjs_*",
"test": "bun test"
Expand Down
1 change: 0 additions & 1 deletion packages/simulator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"type": "module",
"module": "index.ts",
"scripts": {
"build": "bun build index.ts --outdir ./dist",
"clean": "git clean -xdf .next .turbo node_modules .wwebjs_*",
"dev": "bun --watch .",
"lint": "biome lint",
Expand Down

0 comments on commit 186b8db

Please sign in to comment.