Do not run tests for "doctor" and "pkg" separately (#983)

Summary:
Pull Request resolved: https://github.com/facebook/flipper/pull/983

This diff fixes broken test jobs on GitHub. Tests for all the packages are already being run by the "yarn test" in the root package, so I'm disabling running them separately.

Reviewed By: jknoxville

Differential Revision: D20868138

fbshipit-source-id: 04a86a8127481fecaee63af1f9fd9c7ad0f4269b
This commit is contained in:
Anton Nikolaev
2020-04-06 04:48:56 -07:00
committed by Facebook GitHub Bot
parent 36f1b0e9c2
commit 3e853157da
2 changed files with 0 additions and 6 deletions

View File

@@ -18,9 +18,6 @@ jobs:
- name: install
working-directory: ${{env.doctor-directory}}
run: yarn
- name: test
working-directory: ${{env.doctor-directory}}
run: yarn test
- name: run
working-directory: ${{env.doctor-directory}}
run: yarn run run

View File

@@ -18,9 +18,6 @@ jobs:
- name: install
working-directory: ${{env.pkg-directory}}
run: yarn
- name: test
working-directory: ${{env.pkg-directory}}
run: yarn test
- name: run
working-directory: ${{env.pkg-directory}}
run: bin/run