Skip to content

Commit

Permalink
debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
unglaublicherdude committed Jul 31, 2023
1 parent ff2f8db commit ceb287e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci-php.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ jobs:
working_dir: php/tests/vaas
php_version: ${{ matrix.version }}

- name: output
run: cat ./vendor/composer/platform_check.php
working-directory: php/tests/vaas

- name: run tests
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/php')
env:
Expand Down Expand Up @@ -89,7 +85,7 @@ jobs:
working-directory: php/examples/VaasExample

deploy:
name: Build & Test PHP SDK
name: Deploy new php version
runs-on: ubuntu-20.04
steps:
- name: extract version
Expand All @@ -98,6 +94,9 @@ jobs:
echo "RELEASE_VERSION=${GITHUB_REF#refs/*/php}" >> $GITHUB_ENV
echo $RELEASE_VERSION
- name: publish on site repo
run: ls -lha && ls -lah php

- name: publish on site repo
if: startsWith(github.ref, 'refs/tags/php')
env:
Expand Down

0 comments on commit ceb287e

Please sign in to comment.