From aef475d8fc1c19b0ce22fb3c3412e135582ec07f Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Mon, 27 Feb 2023 11:00:50 +0500 Subject: [PATCH] ci: fix workflow step name --- .github/workflows/editor.tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/editor.tests.yml b/.github/workflows/editor.tests.yml index 7eb4061f3..6a1727210 100644 --- a/.github/workflows/editor.tests.yml +++ b/.github/workflows/editor.tests.yml @@ -50,5 +50,5 @@ jobs: run: | echo "NX_CLOUD_ACCESS_TOKEN=${{ secrets.NX_CLOUD_ACCESS_TOKEN }}" >> $GITHUB_ENV - - name: Run all @notesnook/core tests + - name: Run all @notesnook/editor tests run: npx nx test @notesnook/editor