mirror of
https://github.com/standardnotes/server
synced 2026-09-13 00:45:26 -04:00
fix: testing script for scheduler
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user