diff --git a/.github/workflows/editor.tests.yml b/.github/workflows/editor.tests.yml index 6a1727210..f732be411 100644 --- a/.github/workflows/editor.tests.yml +++ b/.github/workflows/editor.tests.yml @@ -50,5 +50,8 @@ jobs: run: | echo "NX_CLOUD_ACCESS_TOKEN=${{ secrets.NX_CLOUD_ACCESS_TOKEN }}" >> $GITHUB_ENV + - name: Build editor + run: npx nx build @notesnook/editor + - name: Run all @notesnook/editor tests run: npx nx test @notesnook/editor