File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77permissions :
88 contents : read
99jobs :
10- gapic-showcase :
11- runs-on : ubuntu-latest
12- env :
13- GAPIC_SHOWCASE_VERSION : 0.42.0
14- OS : linux
15- ARCH : amd64
16- name : GAPIC Showcase Conformance Tests
17- steps :
18- - name : Checkout code
19- uses : actions/checkout@v7
10+ gapic-showcase :
11+ runs-on : ubuntu-latest
12+ env :
13+ GAPIC_SHOWCASE_VERSION : 0.42.0
14+ OS : linux
15+ ARCH : amd64
16+ name : GAPIC Showcase Conformance Tests
17+ steps :
18+ - name : Checkout code
19+ uses : actions/checkout@v7
2020
21- - name : Setup PHP
22- uses : shivammathur/setup-php@v2
23- with :
24- php-version : ' 8.2'
25- extensions : grpc-1.83.0
21+ - name : Setup PHP
22+ uses : shivammathur/setup-php@v2
23+ with :
24+ php-version : ' 8.2'
25+ extensions : grpc-1.83.0
2626
27- - name : Install and run GAPIC Showcase
28- run : |
29- curl -L https://github.com/googleapis/gapic-showcase/releases/download/v${GAPIC_SHOWCASE_VERSION}/gapic-showcase-${GAPIC_SHOWCASE_VERSION}-${OS}-${ARCH}.tar.gz | tar -zx
30- ./gapic-showcase run --port :7469 --tls --ca-cert-output-file Gax/tests/Conformance/showcase.pem &
31- sleep 2
27+ - name : Install and run GAPIC Showcase
28+ run : |
29+ curl -L https://github.com/googleapis/gapic-showcase/releases/download/v${GAPIC_SHOWCASE_VERSION}/gapic-showcase-${GAPIC_SHOWCASE_VERSION}-${OS}-${ARCH}.tar.gz | tar -zx
30+ ./gapic-showcase run --port :7469 --tls --ca-cert-output-file Gax/tests/Conformance/showcase.pem &
31+ sleep 2
3232
33- - name : Install dependencies
34- run : |
35- composer update --prefer-dist --no-interaction --no-suggest -d Gax/
33+ - name : Install dependencies
34+ run : |
35+ composer update --prefer-dist --no-interaction --no-suggest -d Gax/
3636
37- - name : Run PHPUnit
38- run : Gax/vendor/bin/phpunit -c Gax/phpunit-conformance.xml.dist
37+ - name : Run PHPUnit
38+ run : Gax/vendor/bin/phpunit -c Gax/phpunit-conformance.xml.dist
You can’t perform that action at this time.
0 commit comments