Skip to content

Commit

Permalink
move reusable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
typotter committed Nov 19, 2024
1 parent cf92f88 commit 3059e27
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test-sdk-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ jobs:
platform:
- { os: ubuntu-latest,
platform: linux }
uses: ./.github/workflows/package-testing/test-server-sdk.yml
- { os: macos,
platform: macos }
uses: ./.github/workflows/test-server-sdk.yml
with:
os: ${{ matrix.os }}
platform: ${{ matrix.platform }}
os: ${{ matrix.platform.os }}
platform: ${{ matrix.platform.platform }}
sdkName: "eppo/php-sdk"
sdkRelayDir: "php-sdk-relay"
secrets: inherit
File renamed without changes.

0 comments on commit 3059e27

Please sign in to comment.