fix: testing script for scheduler

This commit is contained in:
Karol Sójko
2022-06-20 11:33:18 +02:00
parent ee47f8246d
commit 49093923ca
2 changed files with 2 additions and 4 deletions
+1 -4
View File
@@ -13,9 +13,6 @@ on:
jobs:
test:
defaults:
run:
working-directory: packages/scheduler
runs-on: ubuntu-latest
steps:
@@ -24,7 +21,7 @@ jobs:
with:
node-version: '16.x'
- run: yarn install
- run: yarn test
- run: yarn test:scheduler
publish-aws-ecr:
needs: test