Skip to content

Commit

Permalink
Merge pull request #66 from tidal/packages_validate_installation
Browse files Browse the repository at this point in the history
Add package validate call to CI
  • Loading branch information
brettmc authored Jun 18, 2022
2 parents afb5fb7 + 7cfd0ec commit 0dfb811
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

name: PHP Composer
name: PHP QA

on:
push:
Expand All @@ -8,7 +8,7 @@ on:
branches: [ main ]

jobs:
build:
php:

runs-on: ubuntu-latest
strategy:
Expand Down Expand Up @@ -68,3 +68,10 @@ jobs:

- name: Code Coverage
run: bash <(curl -s https://codecov.io/bash) -F ${{ matrix.php-version }}

packages:
uses: opentelemetry-php/gh-workflows/.github/workflows/validate-packages.yml@main
needs: php
with:
matrix_extension: '["ast, json, grpc"]'
install_directory: '~/.test/.packages'
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# OpenTelemetry php contrib library

![CI Build](https://github.com/open-telemetry/opentelemetry-php-contrib/workflows/PHP%20QA/badge.svg)
[![codecov](https://codecov.io/gh/open-telemetry/opentelemetry-php-contrib/branch/main/graph/badge.svg)](https://codecov.io/gh/open-telemetry/opentelemetry-php)


## Current Project Status
This project currently lives in a pre-alpha status. Our current release is not production ready; it has been created in order to receive feedback from the community.

Expand Down

0 comments on commit 0dfb811

Please # to comment.