From e33509789cbec5dc18ff78d7be91c38bda9a2700 Mon Sep 17 00:00:00 2001 From: Leifer Mendez Date: Mon, 28 Nov 2022 11:53:35 +0100 Subject: [PATCH] update ci --- .github/workflows/ci.yml | 1 - TODO.md | 1 + package.json | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf0d5cc..fa3a7b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,5 +23,4 @@ jobs: - run: npm install - run: npm run build --if-present - run: npm run test.unit - - run: npm run test.e2e - run: npm run test.coverage diff --git a/TODO.md b/TODO.md index 4082896..a375d15 100644 --- a/TODO.md +++ b/TODO.md @@ -1,6 +1,7 @@ ### Genral - [ ] __(doc)__ Video de como colaborar PR - [ ] __(doc)__ Video implementación de test y cobertura +- [ ] __(doc)__ Video explicacion de github action ### @bot-whatsapp/bot - [ ] agregar export package diff --git a/package.json b/package.json index b583267..15ffc28 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,6 @@ "build": "yarn run cli:rollup && yarn run bot:rollup && yarn run provider:rollup && yarn run database:rollup", "link.dist": "cd packages/bot && npm link && cd ../provider && npm link && cd ../cli && npm link", "test.unit": "node ./node_modules/uvu/bin.js packages test", - "test.e2e": "node ./node_modules/uvu/bin.js __tests__ test", "test.coverage": "node ./node_modules/c8/bin/c8.js npm run test.unit", "test": "npm run test.coverage && npm run test.e2e", "cli": "node ./packages/cli/bin/cli.js",