Skip to content

Commit b755ca7

Browse files
authored
e2e : webpack config (csstools#437)
* e2e : webpack config * cleanup * cleanup
1 parent 82eca2e commit b755ca7

7 files changed

Lines changed: 513 additions & 219 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ jobs:
7272
npm install
7373
npm run build
7474
npm run test
75+
- run: |
76+
cd e2e/webpack/postcss-loader
77+
npm install
78+
npm run build
7579
7680
# Deno compatibility
7781
- uses: denoland/setup-deno@v1

0 commit comments

Comments
 (0)