Removed NodeJS event emitter in common library. #175
Workflow file for this run
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
name: Check health of signalling protocol | |
on: | |
workflow_dispatch: | |
push: | |
paths: | |
- "Common/**" | |
- "Signalling/**" | |
- "SignallingWebServer/**" | |
- "SS_Test/**" | |
pull_request: | |
paths: | |
- "Common/**" | |
- "Signalling/**" | |
- "SignallingWebServer/**" | |
- "SS_Test/**" | |
jobs: | |
signalling-protocol-test: | |
if: github.repository == 'EpicGamesExt/PixelStreamingInfrastructure' | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout source code | |
uses: actions/checkout@v3 | |
- name: Launch signalling tests in docker containers | |
uses: isbang/[email protected] | |
with: | |
compose-file: "SS_Test/docker-compose.yml" | |
up-flags: "--build --abort-on-container-exit --exit-code-from tester" | |