From 90155a8811fd7398d8e28827ef4185b5f0133f9f Mon Sep 17 00:00:00 2001 From: Gabriel Rosa Date: Wed, 10 Jul 2024 10:43:40 -0300 Subject: [PATCH] FIX: cahnged self-hosted actions runner to run test --- .github/workflows/test.yml | 2 +- .vscode/launch.json | 2 +- docsfera.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d2049ac..63d095f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,7 +6,7 @@ on: jobs: test: - runs-on: self-hosted + runs-on: [self-hosted, prd] steps: - name: Checkout uses: actions/checkout@v4 diff --git a/.vscode/launch.json b/.vscode/launch.json index 31fd46b..b5d7e45 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -12,7 +12,7 @@ "start:debug" ], "runtimeExecutable": "npm", - "runtimeVersion": "18.10.0", + "runtimeVersion": "18.17", "skipFiles": [ "/**" ], diff --git a/docsfera.json b/docsfera.json index 234d98e..4c5fcc3 100644 --- a/docsfera.json +++ b/docsfera.json @@ -5173,7 +5173,7 @@ } }, "info": { - "title": "Maestro - feat/new-customer-monitoring", + "title": "Maestro - SOLENG-4628-feat/restrict-asset-options", "description": "This is the Maestro API", "version": "1.0.0", "contact": {}