fix: test setup

This commit is contained in:
Karol Sójko
2022-10-19 10:48:06 +02:00
parent f1e63de661
commit 1c8a9f1dc9
3 changed files with 1 additions and 12 deletions
+1 -1
View File
@@ -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