From 9b7a48d86344d8c9ac5d69b2e9b7738125507a1c Mon Sep 17 00:00:00 2001 From: splincode Date: Wed, 4 Oct 2023 14:00:42 +0300 Subject: [PATCH] chore: bump --- .github/workflows/ci.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d44f8901..fd7b2bff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,10 +12,7 @@ jobs: - uses: taiga-family/ci/actions/setup/node@1.20.0 with: node-version: 12.x - - run: | - npm run build - npm run lint - npm run test + - run: npm run build + - run: npm run lint + - run: npm run test - uses: codecov/codecov-action@v3 - env: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}