Commit d701a9e 1 parent 0a2ad75 commit d701a9e Copy full SHA for d701a9e
File tree 2 files changed +8
-5
lines changed
2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
1
name : Codeception tests
2
2
3
- on : [push]
3
+ on : [ push ]
4
4
5
5
jobs :
6
6
build :
@@ -11,18 +11,18 @@ jobs:
11
11
strategy :
12
12
matrix :
13
13
operating-system : [ ubuntu-latest, ubuntu-20.04 ]
14
- php : [ '8.0', '8.1' ]
14
+ php : [ '8.0', '8.1', '8.1' ]
15
15
16
16
steps :
17
17
- uses : actions/checkout@master
18
18
19
- - name : Setup PHP
20
- uses : nanasess /setup-php@master
19
+ - name : Setup PHP Action
20
+ uses : shivammathur /setup-php@master
21
21
with :
22
22
php-version : ${{ matrix.php }}
23
23
24
24
- name : Install dependencies
25
25
run : composer install
26
26
27
27
- name : Run tests
28
- run : php vendor/bin/codecept run
28
+ run : composer run test
Original file line number Diff line number Diff line change 21
21
"nyholm/psr7" : " ^1.5" ,
22
22
"codeception/codeception" : " ^5" ,
23
23
"codeception/module-asserts" : " ^3.0"
24
+ },
25
+ "scripts" : {
26
+ "test" : " codecept run"
24
27
}
25
28
}
You can’t perform that action at this time.
0 commit comments