FIX: cahnged self-hosted actions runner to run test

This commit is contained in:
Gabriel Rosa
2024-07-10 10:43:40 -03:00
parent ae8baca694
commit 90155a8811
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ on:
jobs: jobs:
test: test:
runs-on: self-hosted runs-on: [self-hosted, prd]
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
+1 -1
View File
@@ -12,7 +12,7 @@
"start:debug" "start:debug"
], ],
"runtimeExecutable": "npm", "runtimeExecutable": "npm",
"runtimeVersion": "18.10.0", "runtimeVersion": "18.17",
"skipFiles": [ "skipFiles": [
"<node_internals>/**" "<node_internals>/**"
], ],
+1 -1
View File
@@ -5173,7 +5173,7 @@
} }
}, },
"info": { "info": {
"title": "Maestro - feat/new-customer-monitoring", "title": "Maestro - SOLENG-4628-feat/restrict-asset-options",
"description": "This is the Maestro API", "description": "This is the Maestro API",
"version": "1.0.0", "version": "1.0.0",
"contact": {} "contact": {}