Skip to content

Commit 923baaf

Browse files
committed
fix: 🔧 build so the action exists
1 parent f74b184 commit 923baaf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
- name: Install dependencies
2323
run: npm ci
2424

25+
- name: Build action
26+
run: npm run build
27+
2528
- name: Run tests with coverage
2629
run: npm test
2730

0 commit comments

Comments
 (0)