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 }}