Skip to content
This repository was archived by the owner on Jan 15, 2022. It is now read-only.

Commit 37b4484

Browse files
committed
Update GHA
1 parent 7b54c97 commit 37b4484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: |
6060
docker-compose -f ./tests/docker-compose.yml up -d
6161
composer update
62-
vendor_bin/bin/spiral-cs check src tests
62+
vendor_php/bin/spiral-cs check src tests
6363
go test -v -race -cover -coverprofile=jobs.txt -covermode=atomic
6464
go test -v -race -cover ./broker/amqp -coverprofile=amqp.txt -covermode=atomic
6565
go test -v -race -cover ./broker/ephemeral -coverprofile=ephemeral.txt -covermode=atomic

0 commit comments

Comments
 (0)