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 18, 2024
1 parent f96dc99 commit faa5068
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,7 @@ jobs:
env:
COLIMA_NETWORK_ADDRESS: true
run: |
CPU_COUNT=$(sysctl -n hw.ncpu)
MEMORY=$(sysctl hw.memsize | awk '{print $2/1024/1024/1024}')
COLIMA_ARGS="--cpu 3 --memory 8 --arch x86_64 --network-address"
colima start $COLIMA_ARGS
colima start --cpu 3 --memory 8 --arch x86_64 --network-address
- name: Install deps
run: |
Expand Down

0 comments on commit faa5068

Please sign in to comment.