Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 2a1e113

Browse files
authored
chore: Remove sass-test github action from MDC test (#7700)
1 parent 0e3dc8e commit 2a1e113

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -108,22 +108,3 @@ jobs:
108108
- name: Run dependency tests
109109
run: |
110110
npm run test:dependency
111-
sass-test:
112-
runs-on: ubuntu-latest
113-
needs: install
114-
steps:
115-
- uses: actions/checkout@v2
116-
- uses: actions/setup-node@v1
117-
with:
118-
node-version: 14
119-
- uses: actions/cache@v2
120-
with:
121-
path: |
122-
node_modules
123-
packages/*/node_modules
124-
!packages/*/node_modules/@material
125-
key: ${{ runner.os }}-lerna-${{ hashFiles('package-lock.json', 'packages/**/package.json') }}
126-
- run: npm run link
127-
- name: Run Sass tests
128-
run: |
129-
npm run test:sass

0 commit comments

Comments
 (0)