From 7e345c6a6f319e5879ab504abadd57671734dffa Mon Sep 17 00:00:00 2001 From: Michael Kaye <1917473+michaelkaye@users.noreply.github.com> Date: Mon, 26 Jun 2023 10:53:29 +0100 Subject: [PATCH 1/3] Run tests, for codecoverage after push to main This allows us to generate a regular baseline to compare upcoming push requests against. --- .github/workflows/test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 161557d..566281d 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,6 +1,8 @@ name: Run jest tests on: pull_request: {} + push: + branches: [main] jobs: jest: name: Run jest tests From c677d138452c9cb986b2ee3053f29c37cd38e024 Mon Sep 17 00:00:00 2001 From: Michael Kaye <1917473+michaelkaye@users.noreply.github.com> Date: Mon, 26 Jun 2023 19:28:11 +0100 Subject: [PATCH 2/3] primary branch is now livekit, not main --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 566281d..2a1fc52 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -2,7 +2,7 @@ name: Run jest tests on: pull_request: {} push: - branches: [main] + branches: [livekit] jobs: jest: name: Run jest tests From 6ec2e3cd62f7e6fb62f433381e5cec1dbff8aa2b Mon Sep 17 00:00:00 2001 From: Michael Kaye <1917473+michaelkaye@users.noreply.github.com> Date: Tue, 27 Jun 2023 09:02:40 +0100 Subject: [PATCH 3/3] Test on both livekit and full-mesh branches --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 2a1fc52..57e594e 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -2,7 +2,7 @@ name: Run jest tests on: pull_request: {} push: - branches: [livekit] + branches: [livekit, full-mesh] jobs: jest: name: Run jest tests