From a7c4eb9feb1dd057d32a2902b9c75cae8cccd865 Mon Sep 17 00:00:00 2001 From: Ry Racherbaumer Date: Mon, 16 Sep 2024 10:47:02 -0500 Subject: [PATCH] Use warpbuild for JS SDK tests --- .github/workflows/js-sdk.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/js-sdk.yml b/.github/workflows/js-sdk.yml index ab79652eb..03fcccefa 100644 --- a/.github/workflows/js-sdk.yml +++ b/.github/workflows/js-sdk.yml @@ -81,8 +81,7 @@ jobs: test: name: Test - # TODO: Investigate why fetch is failing for some of these tests on warp build runners - runs-on: ubuntu-latest + runs-on: warp-ubuntu-latest-x64-8x steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4