ci: build editor before running tests

This commit is contained in:
Abdullah Atta
2023-03-06 15:06:36 +05:00
committed by Abdullah Atta
parent cb644dbea6
commit df1d61ecdf

View File

@@ -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