Skip to content

Commit 2bec018

Browse files
committed
Testing build actions
1 parent 6c0d76f commit 2bec018

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/run-tests.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ on:
88
- 'phpunit.xml.dist'
99
- 'composer.json'
1010
- 'composer.lock'
11-
- 'package.json'
12-
- 'package-lock.json'
1311

1412
jobs:
1513
test:
@@ -25,8 +23,9 @@ jobs:
2523
include:
2624
- laravel: 10.*
2725
testbench: 8.*
26+
node: [18]
2827

29-
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
28+
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} - N${{ matrix.node }}
3029

3130
steps:
3231
- name: Checkout code

0 commit comments

Comments
 (0)