Skip to content

Commit

Permalink
set rvm version back to 29
Browse files Browse the repository at this point in the history
  • Loading branch information
stephan-thibodeau committed Sep 18, 2023
1 parent b0e013b commit 1e54824
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
if: failure()
with:
name: playwright-report
path: packages/client/playwright-report
path: packages/client/playwright-report/
retention-days: 7
2 changes: 1 addition & 1 deletion .github/workflows/e2e-smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
if: failure()
with:
name: playwright-report
path: packages/client/playwright-report
path: packages/client/playwright-report/
retention-days: 7
2 changes: 1 addition & 1 deletion .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,5 +195,5 @@ jobs:
if: failure()
with:
name: playwright-report
path: packages/client/playwright-report
path: packages/client/playwright-report/
retention-days: 7
2 changes: 1 addition & 1 deletion packages/client/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e54824

Please sign in to comment.