Skip to content

Commit

Permalink
ci: revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Sep 23, 2022
1 parent 2cc0cfa commit 50e58f2
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/ci.yml
Expand Up @@ -66,9 +66,6 @@ jobs:
test-fixtures:
runs-on: ${{ matrix.os }}

needs:
- build

strategy:
matrix:
os: [ubuntu-latest, windows-latest]
Expand All @@ -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

Expand All @@ -102,9 +92,6 @@ jobs:
test-fixtures-webpack:
runs-on: ${{ matrix.os }}

needs:
- build

strategy:
matrix:
os: [ubuntu-latest, windows-latest]
Expand All @@ -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

Expand Down

0 comments on commit 50e58f2

Please sign in to comment.