mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
ci: do not build before running tests
This commit is contained in:
6
.github/workflows/enex-tests.yml
vendored
6
.github/workflows/enex-tests.yml
vendored
@@ -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
|
||||
|
||||
6
.github/workflows/importer-tests.yml
vendored
6
.github/workflows/importer-tests.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user