From e59a358634cd1eb1c8c4dcd9ac0aa7b8a13ef98a Mon Sep 17 00:00:00 2001 From: Sam Tolmay Date: Fri, 20 Nov 2020 15:44:52 +0200 Subject: [PATCH] fix(ci):remove changed since tests in github action --- .github/workflows/test-pulls.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/test-pulls.yml b/.github/workflows/test-pulls.yml index c1c424d4a..9f3eed0f4 100644 --- a/.github/workflows/test-pulls.yml +++ b/.github/workflows/test-pulls.yml @@ -11,10 +11,6 @@ jobs: uses: actions/setup-node@v1 with: node-version: '12.x' - - uses: actions/checkout@v2 - with: - ref: ${{ github.base_ref }} - fetch-depth: 0 - uses: actions/checkout@v2 with: fetch-depth: 0 @@ -23,9 +19,6 @@ jobs: - name: Build packages run: yarn build - # Make tests fail faster - - name: Test changes since develop - run: yarn test --ignore='@lowdefy/format' -- --changedSince=${{ github.base_ref }} # format tests don't pass on node 12 since icu is missing and tests don't work with locales - name: Test packages run: yarn test --ignore='@lowdefy/format'