From d8dbf0027fa25c183e3f24af0ee91adbbdea2ea9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Balet?= Date: Thu, 10 Oct 2024 14:16:52 +0200 Subject: [PATCH] perf(ci): remove build --- .github/workflows/ci.yml | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 526ad7efd..a7a07a09c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,28 +10,28 @@ concurrency: cancel-in-progress: true jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 - with: - node-version: 20 - cache: 'npm' - - run: npm ci - # - name: lint - # run: npm run lint - # - run: npm run build - # - name: Run test - # run: npm run test:ci - # - name: Upload coverage reports to Codecov - # uses: codecov/codecov-action@v4.0.1 - # with: - # token: ${{ secrets.CODECOV_TOKEN }} - # slug: rbalet/ngx-mat-input-tel + # build: + # runs-on: ubuntu-latest + # steps: + # - uses: actions/checkout@v4 + # - uses: actions/setup-node@v4 + # with: + # node-version: 20 + # cache: 'npm' + # - run: npm ci + # - name: lint + # run: npm run lint + # - run: npm run build + # - name: Run test + # run: npm run test:ci + # - name: Upload coverage reports to Codecov + # uses: codecov/codecov-action@v4.0.1 + # with: + # token: ${{ secrets.CODECOV_TOKEN }} + # slug: rbalet/ngx-mat-input-tel publish: - needs: build + # needs: build runs-on: ubuntu-latest if: github.ref_name == 'master' permissions: