From 814d8e73c303b0b818cd5dd89b846da535831a0b Mon Sep 17 00:00:00 2001 From: Embbnux Ji Date: Wed, 17 Jul 2024 11:44:32 +0800 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) 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