mirror of
https://github.com/standardnotes/server
synced 2026-07-14 00:01:54 -04:00
fix: test setup
This commit is contained in:
@@ -107,7 +107,7 @@ jobs:
|
||||
run: yarn build ${{ inputs.package_path }}
|
||||
|
||||
- name: Test
|
||||
run: yarn test:${{ inputs.service_name }}
|
||||
run: yarn test ${{ inputs.package_path }}
|
||||
|
||||
e2e:
|
||||
if: ${{ inputs.run_e2e_test_suite }} == true
|
||||
|
||||
Reference in New Issue
Block a user