Skip to content

Commit 9bd5bd0

Browse files
committed
junk: REVERT ME - quick CI test
1 parent 8f41e93 commit 9bd5bd0

File tree

2 files changed

+16
-25
lines changed

2 files changed

+16
-25
lines changed

.github/workflows/ci.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@ on:
1010

1111
jobs:
1212
test:
13-
name: Test
13+
name: Build & Test
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v4
1717
- uses: actions/setup-node@v4
1818
with:
1919
node-version: 22
2020
cache: npm
21+
cache-dependency-path: '**/package-lock.json'
2122

2223
- name: Install NPM dependencies
2324
run: npm ci
@@ -31,3 +32,17 @@ jobs:
3132
run: |
3233
npm run lint
3334
npm run test
35+
36+
size:
37+
name: Compressed Size
38+
runs-on: ubuntu-latest
39+
timeout-minutes: 5
40+
steps:
41+
- uses: actions/checkout@v4
42+
- uses: actions/setup-node@v4
43+
with:
44+
node-version: 22
45+
cache: 'npm'
46+
cache-dependency-path: '**/package-lock.json'
47+
48+
- uses: preactjs/compressed-size-action@v2

.github/workflows/size.yml

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)