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

release 2.1.7 with updated php vendor dir #43

Merged
merged 4 commits into from
May 8, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update GHA
  • Loading branch information
rustatian committed May 8, 2020
commit 7b54c9705e908afe87d57f6d5e47b9d8cd864489
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
- name: Run golang tests
run: |
docker-compose -f ./tests/docker-compose.yml up -d
vendor_bin/bin/spiral-cs check src tests
composer update
vendor_bin/bin/spiral-cs check src tests
go test -v -race -cover -coverprofile=jobs.txt -covermode=atomic
go test -v -race -cover ./broker/amqp -coverprofile=amqp.txt -covermode=atomic
go test -v -race -cover ./broker/ephemeral -coverprofile=ephemeral.txt -covermode=atomic
Expand Down