From e1912082add7077ba8b7bccff9b4faccd0ad3719 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kol=C3=A1rik?= Date: Sat, 14 Dec 2024 15:09:33 +0100 Subject: [PATCH] ci: use ubicloud --- .github/workflows/_tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_tests.yaml b/.github/workflows/_tests.yaml index 2974ddb..b37dab8 100644 --- a/.github/workflows/_tests.yaml +++ b/.github/workflows/_tests.yaml @@ -33,7 +33,7 @@ jobs: npm run test:dist e2etest: name: Run e2e tests - runs-on: self-hosted + runs-on: ubicloud-standard-4 strategy: matrix: node-version: [ 20.x ] @@ -69,7 +69,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 + - uses: ubicloud/setup-node@v4 with: node-version: ${{ matrix.node-version }} - name: install and build