Skip to content

Commit cab33f6

Browse files
authored
Meta: Extract Type checks from build on CI (refined-github#3735)
1 parent 48bb7fe commit cab33f6

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@ jobs:
3434
- run: npm ci
3535
- run: npm run lint
3636

37+
Types:
38+
runs-on: ubuntu-latest
39+
steps:
40+
- uses: actions/checkout@v2
41+
- run: npm ci
42+
- run: npm run build:typescript
43+
3744
Build:
3845
runs-on: ubuntu-latest
3946
steps:
@@ -42,11 +49,12 @@ jobs:
4249
with:
4350
node-version: 14
4451
- run: npm ci
45-
- run: npm run build
52+
- run: npm run build:webpack
4653
- uses: actions/upload-artifact@v2
4754
with:
4855
name: refined-github
4956
path: distribution
57+
5058
Safari:
5159
runs-on: macos-latest
5260
needs: Build

0 commit comments

Comments
 (0)