From 1e54824e43b0d3689dddf3a85e6eea4920e645c6 Mon Sep 17 00:00:00 2001 From: Stephan Thibodeau <103059406+stephan-thibodeau@users.noreply.github.com> Date: Mon, 18 Sep 2023 10:19:11 -0400 Subject: [PATCH] set rvm version back to 29 --- .github/workflows/e2e-full.yml | 2 +- .github/workflows/e2e-smoke.yml | 2 +- .github/workflows/pull.yml | 2 +- packages/client/vite.config.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/e2e-full.yml b/.github/workflows/e2e-full.yml index c3d1a26536..1f7a53ef46 100644 --- a/.github/workflows/e2e-full.yml +++ b/.github/workflows/e2e-full.yml @@ -31,5 +31,5 @@ jobs: if: failure() with: name: playwright-report - path: packages/client/playwright-report + path: packages/client/playwright-report/ retention-days: 7 diff --git a/.github/workflows/e2e-smoke.yml b/.github/workflows/e2e-smoke.yml index 789750d254..21fc190a1e 100644 --- a/.github/workflows/e2e-smoke.yml +++ b/.github/workflows/e2e-smoke.yml @@ -31,5 +31,5 @@ jobs: if: failure() with: name: playwright-report - path: packages/client/playwright-report + path: packages/client/playwright-report/ retention-days: 7 diff --git a/.github/workflows/pull.yml b/.github/workflows/pull.yml index 25f027848e..67e6c648cd 100644 --- a/.github/workflows/pull.yml +++ b/.github/workflows/pull.yml @@ -195,5 +195,5 @@ jobs: if: failure() with: name: playwright-report - path: packages/client/playwright-report + path: packages/client/playwright-report/ retention-days: 7 diff --git a/packages/client/vite.config.ts b/packages/client/vite.config.ts index a482813b22..43c15ea4ab 100644 --- a/packages/client/vite.config.ts +++ b/packages/client/vite.config.ts @@ -20,7 +20,7 @@ type BuildTarget = "web" | "openfin" | "finsemble" const localPort = Number(process.env.PORT) || 1917 -const OPENFIN_RUNTIME = "31.112.75.4" +const OPENFIN_RUNTIME = "29.108.73.14" function getBaseUrl(dev: boolean) { return dev