mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 04:00:59 +01:00
ci: build editor before running tests
This commit is contained in:
committed by
Abdullah Atta
parent
cb644dbea6
commit
df1d61ecdf
3
.github/workflows/editor.tests.yml
vendored
3
.github/workflows/editor.tests.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user