diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea75bd865..0a2a97eb0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,7 @@ jobs: uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} + - run: echo "Start" - run: yarn - run: yarn workspace @ringcentral-integration/phone-number test --coverage - name: Phone Number Coveralls