Skip to content

Commit

Permalink
just php
Browse files Browse the repository at this point in the history
  • Loading branch information
typotter committed Nov 22, 2024
1 parent fb7c762 commit 41083b2
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions .github/workflows/test-sdk-packages.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
name: Test Packaged SDKs

on:
workflow_dispatch:
pull_request:
paths:
- ufc/**
push:

branches:
- main
- tp/sdktest/**
workflow_dispatch:

jobs:
test-php-sdk:
Expand All @@ -17,15 +22,3 @@ jobs:
sdkName: 'eppo/php-sdk'
sdkRelayDir: 'php-sdk-relay'
secrets: inherit

test-dotnet-sdk:
strategy:
fail-fast: false
matrix:
platform: ['linux']
uses: ./.github/workflows/test-server-sdk.yml
with:
platform: ${{ matrix.platform }}
sdkName: dotnet-server-sdk
sdkRelayDir: dotnet-sdk-relay
secrets: inherit

0 comments on commit 41083b2

Please sign in to comment.