From 8b926002f9369ee62e5647ffc4368b48a0c549ca Mon Sep 17 00:00:00 2001 From: Valery Buchinsky Date: Wed, 4 Oct 2023 11:56:00 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/not-travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/not-travis.yml b/.github/workflows/not-travis.yml index 12149904..6ba937b6 100644 --- a/.github/workflows/not-travis.yml +++ b/.github/workflows/not-travis.yml @@ -8,7 +8,7 @@ jobs: - uses: actions/setup-node@v2 - run: yarn - run: ./node_modules/.bin/lerna run lint - - run: ./node_modules/.bin/lerna run test --coverage + - run: ./node_modules/.bin/lerna run test -- --coverage - name: Coveralls uses: coverallsapp/github-action@master with: