Skip to content

Commit

Permalink
chore: debug
Browse files Browse the repository at this point in the history
Signed-off-by: nikolay <[email protected]>
  • Loading branch information
natanasow committed Nov 16, 2024
1 parent fc1f8da commit 9388987
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/flow-pull-request-checks-on-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
run: |
CPU_COUNT=$(sysctl -n hw.ncpu)
MEMORY=$(sysctl hw.memsize | awk '{print $2/1024/1024/1024}')
COLIMA_ARGS="--cpu 3 --memory 10 --arch x86_64 --network-address"
COLIMA_ARGS="--cpu 3 --memory 10 --arch aarch --network-address"
echo "::group::Starting Colima with args: $COLIMA_ARGS"
colima start $COLIMA_ARGS
echo "::endgroup::"
Expand Down Expand Up @@ -163,10 +163,10 @@ jobs:
run: |
sudo ln -sf $HOME/.colima/default/docker.sock /var/run/docker.sock
# - name: Setup tmate session
# env:
# FIRING_UP_RETRY_ATTEMPTS: 2000
# uses: mxschmitt/action-tmate@v3
- name: Setup tmate session
env:
FIRING_UP_RETRY_ATTEMPTS: 10000
uses: mxschmitt/action-tmate@v3

- name: Run the local node
env:
Expand Down

0 comments on commit 9388987

Please sign in to comment.