-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: run eppo-multiplatform tests for in-flight changes (#81)
* test new multiplatform repo * remove remote-trigger test for python
- Loading branch information
Showing
2 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,14 @@ | ||
name: Test SDKs Remotely | ||
# Triggers testing workflows in all SDK repositories except eppo-multiplatform | ||
# For eppo-multiplatform, Depndabot does the job of the remote-testing by opening a PR against the repo to update test data. | ||
|
||
on: | ||
push: | ||
branches: | ||
- main | ||
paths: | ||
- 'ufc/**' | ||
- '.github/workflows/test-sdks-remote.yml' | ||
workflow_dispatch: | ||
|
||
jobs: | ||
|
@@ -14,7 +17,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
matrix: | ||
sdk: | ||
- { repo: "android-sdk", workflow: "test.yaml", ref: "main" } | ||
- { repo: "dot-net-server-sdk", workflow: "run-tests.yml", ref: "main" } | ||
|
@@ -24,13 +27,12 @@ jobs: | |
- { repo: "js-client-sdk", workflow: "lint-test-sdk.yml", ref: "main" } | ||
- { repo: "node-server-sdk", workflow: "lint-test-sdk.yml", ref: "main" } | ||
- { repo: "php-sdk", workflow: "run-tests.yml", ref: "main" } | ||
- { repo: "python-sdk", workflow: "lint-test-sdk.yml", ref: "main" } | ||
- { repo: "react-native-sdk", workflow: "ci.yml", ref: "main" } | ||
steps: | ||
- name: Display workflow details | ||
shell: bash | ||
run: | | ||
echo "Testing eppo-exp/${{ matrix.sdk.repo }}" | ||
echo "Testing eppo-exp/${{ matrix.sdk.repo }}/${{ matrix.sdk.workflow }}" | ||
- name: Run remote workflow | ||
uses: convictional/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters