Skip to content

Commit 8c99025

Browse files
chore: fix showcase conformance yaml whitespace (#9412)
fix the conformance tests indentation
1 parent 9e2ca7d commit 8c99025

1 file changed

Lines changed: 25 additions & 25 deletions

File tree

.github/workflows/conformance-tests-gax-showcase.yaml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -7,32 +7,32 @@ on:
77
permissions:
88
contents: read
99
jobs:
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

0 commit comments

Comments
 (0)