Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit cba1141

Browse files
fix(ci): enable tests for PRs
1 parent c9c1fc0 commit cba1141

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

‎.github/workflows/test.yml‎

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: Unit tests
22

3-
on: [push]
3+
on:
4+
push:
5+
branches:
6+
- master
7+
pull_request:
8+
branches:
9+
- '**'
410

511
jobs:
612
test:
@@ -9,7 +15,7 @@ jobs:
915

1016
strategy:
1117
matrix:
12-
node-version: [16.x, 18.x]
18+
node-version: [18.x]
1319

1420
steps:
1521
- uses: actions/checkout@v3

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /