From a40a931dac6d662da8bcd05b1c93ae2af3cd0a35 Mon Sep 17 00:00:00 2001 From: Alvaro Saburido Date: Fri, 18 Sep 2020 10:50:17 +0200 Subject: [PATCH] feat(release): removed test from now BREAKING CHANGE: Let's trigger a new release on next --- .github/workflows/ci.yml | 2 -- .github/workflows/release.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9abf242..8df1351 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,5 +20,3 @@ jobs: node-version: 12 - name: Install dependencies run: npm ci - - name: Run tests - run: npm run test diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aaa0951..c250382 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,8 +21,6 @@ jobs: run: npm run build - name: Build Types Declarations run: npm run build:dts - - name: Run tests - run: npm run test - name: Release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}