From 62046c14664f6d2ac00cb0b3b60afaff088a679e Mon Sep 17 00:00:00 2001 From: voluntas Date: Thu, 22 Feb 2024 11:15:52 +0900 Subject: [PATCH] =?UTF-8?q?self-hosted=20=E3=81=A7=E3=83=86=E3=82=B9?= =?UTF-8?q?=E3=83=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/e2e-test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/e2e-test.yml b/.github/workflows/e2e-test.yml index 8ee988d5..16e73ba6 100644 --- a/.github/workflows/e2e-test.yml +++ b/.github/workflows/e2e-test.yml @@ -12,7 +12,8 @@ on: jobs: e2e-test: timeout-minutes: 20 - runs-on: ubuntu-latest + # runs-on: ubuntu-latest + runs-on: [self-hosted, linux, x64] strategy: matrix: # node: ["18", "20", "21"]