From f82ccb61a6faeb194af34071d0a7e2e0bf83a417 Mon Sep 17 00:00:00 2001 From: Kevin Gartland Date: Wed, 13 Sep 2023 12:37:47 -0400 Subject: [PATCH] re-enable linux-arm --- .github/workflows/pull-request.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 62cee1557..8e54eadd8 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -740,14 +740,14 @@ jobs: os: linux-arm64 run: | just test/run-client ${os} - # - - # name: Run linux-arm64 Cypress Tests - # env: - # os: linux-arm64 - # DOCKER: "false" - # run: | - # export CONNECT_IP="$(cat connect_ip.txt)" - # just test/ui-client ${os} + - + name: Run linux-arm64 Cypress Tests + env: + os: linux-arm64 + DOCKER: "false" + run: | + export CONNECT_IP="$(cat connect_ip.txt)" + just test/ui-client ${os} teardown-connect: runs-on: ubuntu-latest