|
| 1 | +name: Build and Test |
| 2 | + |
| 3 | +on: |
| 4 | + pull_request: |
| 5 | + branches: [main] |
| 6 | + push: |
| 7 | + branches: [main] |
| 8 | + |
| 9 | +jobs: |
| 10 | + build-and-test-example-card-calypso: |
| 11 | + uses: eclipse-keyple/keyple-actions/.github/workflows/reusable-build-and-test.yml@build-and-test-v1 |
| 12 | + with: |
| 13 | + working-directory: Example_Card_Calypso |
| 14 | + |
| 15 | + build-and-test-example-distributed-poolreaderserverside-webservice: |
| 16 | + uses: eclipse-keyple/keyple-actions/.github/workflows/reusable-build-and-test.yml@build-and-test-v1 |
| 17 | + with: |
| 18 | + working-directory: Example_Distributed_PoolReaderServerSide_Webservice |
| 19 | + |
| 20 | + build-and-test-example-distributed-readerclientside-webservice: |
| 21 | + uses: eclipse-keyple/keyple-actions/.github/workflows/reusable-build-and-test.yml@build-and-test-v1 |
| 22 | + with: |
| 23 | + working-directory: Example_Distributed_ReaderClientSide_Webservice |
| 24 | + |
| 25 | + build-and-test-example-distributed-readerclientside-websocket: |
| 26 | + uses: eclipse-keyple/keyple-actions/.github/workflows/reusable-build-and-test.yml@build-and-test-v1 |
| 27 | + with: |
| 28 | + working-directory: Example_Distributed_ReaderClientSide_Websocket |
| 29 | + |
| 30 | + build-and-test-example-plugin-android-nfc: |
| 31 | + uses: eclipse-keyple/keyple-actions/.github/workflows/reusable-build-and-test.yml@build-and-test-v1 |
| 32 | + with: |
| 33 | + working-directory: Example_Plugin_Android_NFC |
| 34 | + |
| 35 | + build-and-test-example-plugin-android-omapi: |
| 36 | + uses: eclipse-keyple/keyple-actions/.github/workflows/reusable-build-and-test.yml@build-and-test-v1 |
| 37 | + with: |
| 38 | + working-directory: Example_Plugin_Android_OMAPI |
| 39 | + |
| 40 | + build-and-test-example-plugin-pcsc: |
| 41 | + uses: eclipse-keyple/keyple-actions/.github/workflows/reusable-build-and-test.yml@build-and-test-v1 |
| 42 | + with: |
| 43 | + working-directory: Example_Plugin_PCSC |
| 44 | + |
| 45 | + build-and-test-example-service: |
| 46 | + uses: eclipse-keyple/keyple-actions/.github/workflows/reusable-build-and-test.yml@build-and-test-v1 |
| 47 | + with: |
| 48 | + working-directory: Example_Service |
| 49 | + |
| 50 | + build-and-test-example-service-resource: |
| 51 | + uses: eclipse-keyple/keyple-actions/.github/workflows/reusable-build-and-test.yml@build-and-test-v1 |
| 52 | + with: |
| 53 | + working-directory: Example_Service_Resource |
0 commit comments