From df1d61ecdf93886fe974635a6493c7e8fa29be84 Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Mon, 6 Mar 2023 15:06:36 +0500 Subject: [PATCH] ci: build editor before running tests --- .github/workflows/editor.tests.yml | 3 +++ 1 file changed, 3 insertions(+) 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