Skip to content

feat: Run tests for sub packages in CI #374

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Dec 20, 2019
Merged
Prev Previous commit
Next Next commit
removed extra tsc command
  • Loading branch information
zashraf1985 committed Dec 16, 2019
commit 6856cf6892cded84c491b6ac309ecab6fcc7050c
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ jobs:
stage: 'Test sub packages'
node_js: '12'
before_install: cd packages/datafile-manager
before_script: tsc
- <<: *packagetest
before_install: cd packages/event-processor
- <<: *packagetest
Expand Down