diff --git a/.github/workflows/enex-tests.yml b/.github/workflows/enex-tests.yml index 6ea49da27..830ef133d 100644 --- a/.github/workflows/enex-tests.yml +++ b/.github/workflows/enex-tests.yml @@ -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 diff --git a/.github/workflows/importer-tests.yml b/.github/workflows/importer-tests.yml index 705b02bf4..274c93647 100644 --- a/.github/workflows/importer-tests.yml +++ b/.github/workflows/importer-tests.yml @@ -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