Skip to content

Test Packaged SDKs

Test Packaged SDKs #68

name: Test Packaged SDKs
on:
pull_request:
paths:
- ufc/**
push:
branches:
- main
workflow_dispatch:
jobs:
test-php-sdk:
strategy:
fail-fast: false
matrix:
platform: ['linux']
uses: ./.github/workflows/test-server-sdk.yml

Check failure on line 18 in .github/workflows/test-sdk-packages.yml

View workflow run for this annotation

GitHub Actions / Test Packaged SDKs

Invalid workflow file

error parsing called workflow ".github/workflows/test-sdk-packages.yml" -> "./.github/workflows/test-server-sdk.yml" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
platform: ${{ matrix.platform }}
sdkName: 'eppo/php-sdk'
sdkRelayDir: 'php-sdk-relay'
secrets: inherit
test-python-sdk:
strategy:
fail-fast: false
matrix:
platform: ['linux']
uses: ./.github/workflows/test-server-sdk.yml
with:
platform: ${{ matrix.platform }}
sdkName: 'eppo/python-sdk'
sdkRelayDir: 'python-sdk-relay'
secrets: inherit