ci: do not build before running tests

This commit is contained in:
thecodrr
2022-01-19 17:34:29 +05:00
parent 73f60704dd
commit b4e58139e3
2 changed files with 4 additions and 8 deletions

View File

@@ -27,8 +27,6 @@ jobs:
with:
node-version: 16.x
- run: |
npm i
npx turbo run build
cd packages/enex
- name: Run tests
run: npm run test
npm i
npm run test

View File

@@ -27,8 +27,6 @@ jobs:
with:
node-version: 16.x
- run: |
npm i
npx turbo run build
cd packages/importer
- name: Run tests
run: npm run test
npm i
npm run test