From 0d94880ea4c16e19809b0697af84f84c895e7772 Mon Sep 17 00:00:00 2001 From: Oleksandr Anyshchenko Date: Fri, 18 Aug 2023 11:07:18 +0200 Subject: [PATCH] chore: use self-hosted runners for cli tests --- .github/workflows/cli.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cli.yml b/.github/workflows/cli.yml index 997cde1..deaff55 100644 --- a/.github/workflows/cli.yml +++ b/.github/workflows/cli.yml @@ -10,7 +10,7 @@ on: jobs: shell_tests: name: Tests ${{ matrix.interface }} CLI - runs-on: ubuntu-latest + runs-on: [self-hosted, heavy] strategy: matrix: interface: [ Advanced, Simple, Silo ]