We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9e7148 commit 726bde7Copy full SHA for 726bde7
.github/workflows/main.yml
@@ -141,11 +141,12 @@ jobs:
141
steps:
142
- uses: actions/checkout@v2
143
- id: setup-php-sdk
144
- uses: php/setup-php-sdk@v0.8
+ uses: php/setup-php-sdk@v0.10
145
with:
146
version: ${{ matrix.php-versions }}
147
arch: ${{ matrix.arch }}
148
ts: ${{ matrix.ts }}
149
+ cache: true
150
- uses: ilammy/msvc-dev-cmd@v1
151
152
@@ -311,4 +312,4 @@ jobs:
311
312
go install google.golang.org/protobuf/cmd/[email protected]
313
go install google.golang.org/grpc/cmd/[email protected]
314
# export PATH="$PATH:$(go env GOPATH)/bin"
- cd collector-agent && go mod tidy && go test ./... -v
315
+ cd collector-agent && go mod tidy && go test ./... -v
0 commit comments