Explorar el Código

use self-hosted runner for test suite

Jonathan Kelley hace 4 meses
padre
commit
c63ea3fa67
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      .github/workflows/main.yml

+ 2 - 1
.github/workflows/main.yml

@@ -66,7 +66,8 @@ jobs:
   test:
   test:
     if: github.event.pull_request.draft == false
     if: github.event.pull_request.draft == false
     name: Test Suite
     name: Test Suite
-    runs-on: ubuntu-latest
+    # runs-on: ubuntu-latest
+    runs-on: [self-hosted, linux, x64]
     steps:
     steps:
       - uses: actions/checkout@v4
       - uses: actions/checkout@v4
       - uses: awalsh128/cache-apt-pkgs-action@latest
       - uses: awalsh128/cache-apt-pkgs-action@latest