Skip to content

Commit

Permalink
re-enable linux-arm
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Gartland committed Sep 13, 2023
1 parent b84d2ce commit f82ccb6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f82ccb6

Please sign in to comment.