From 50e58f25dd35a389901564e0fbfec8fe5f3a28e4 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Fri, 19 Aug 2022 12:58:59 +0200 Subject: [PATCH] ci: revert change --- .github/workflows/ci.yml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a7bc03d0..1d84b417 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,9 +66,6 @@ jobs: test-fixtures: runs-on: ${{ matrix.os }} - needs: - - build - strategy: matrix: os: [ubuntu-latest, windows-latest] @@ -84,13 +81,6 @@ jobs: - name: Install dependencies run: yarn --immutable - # TODO: address conflict between jiti + @vitejs/plugin-vue - - name: Restore dist cache - uses: actions/cache@v3 - with: - path: packages/*/dist - key: ${{ matrix.os }}-node-v${{ matrix.node }}-${{ github.sha }} - - name: Test (fixtures) run: yarn test:fixtures @@ -102,9 +92,6 @@ jobs: test-fixtures-webpack: runs-on: ${{ matrix.os }} - needs: - - build - strategy: matrix: os: [ubuntu-latest, windows-latest] @@ -120,13 +107,6 @@ jobs: - name: Install dependencies run: yarn --immutable - # TODO: address conflict between jiti babel transform + @vitejs/plugin-vue - - name: Restore dist cache - uses: actions/cache@v3 - with: - path: packages/*/dist - key: ${{ matrix.os }}-node-v${{ matrix.node }}-${{ github.sha }} - - name: Test (fixtures) run: yarn test:fixtures:webpack