This repository was archived by the owner on Jan 15, 2022. It is now read-only.
File tree 6 files changed +7
-5
lines changed
6 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 58
58
- name : Run golang tests
59
59
run : |
60
60
docker-compose -f ./tests/docker-compose.yml up -d
61
- vendor/bin/spiral-cs check src tests
62
- go mod vendor
63
61
composer update
62
+ vendor_php/bin/spiral-cs check src tests
64
63
go test -v -race -cover -coverprofile=jobs.txt -covermode=atomic
65
64
go test -v -race -cover ./broker/amqp -coverprofile=amqp.txt -covermode=atomic
66
65
go test -v -race -cover ./broker/ephemeral -coverprofile=ephemeral.txt -covermode=atomic
Original file line number Diff line number Diff line change 2
2
.env
3
3
composer.lock
4
4
vendor /
5
+ vendor_php
5
6
* .db
6
7
clover.xml
7
8
.DS_Store
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ install: all
5
5
uninstall :
6
6
rm -f /usr/local/bin/rr-jobs
7
7
test :
8
- go mod vendor
9
8
composer update
10
9
go test -v -race -cover
11
10
go test -v -race -cover ./broker/amqp
Original file line number Diff line number Diff line change 25
25
"Spiral\\ Jobs\\ " : " src/"
26
26
}
27
27
},
28
+ "config" : {
29
+ "vendor-dir" : " vendor_php"
30
+ },
28
31
"autoload-dev" : {
29
32
"psr-4" : {
30
33
"Spiral\\ Jobs\\ Tests\\ " : " tests/Jobs/"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ require (
19
19
github.com/sirupsen/logrus v1.4.2
20
20
github.com/spf13/cobra v0.0.6
21
21
github.com/spf13/viper v1.6.2
22
- github.com/spiral/roadrunner v1.6.3
22
+ github.com/spiral/roadrunner v1.8.0
23
23
github.com/streadway/amqp v0.0.0-20181205114330-a314942b2fd9
24
24
github.com/stretchr/testify v1.5.1
25
25
github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 // indirect
Original file line number Diff line number Diff line change 13
13
ini_set ('display_errors ' , 'stderr ' );
14
14
15
15
//Composer
16
- require dirname (__DIR__ ) . '/vendor /autoload.php ' ;
16
+ require dirname (__DIR__ ) . '/vendor_php /autoload.php ' ;
You can’t perform that action at this time.
0 commit comments