Skip to content

Commit

Permalink
squashme
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonNorthey92 committed Jun 5, 2024
1 parent b4bcfa1 commit 1dd67cf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/localnet-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,16 @@ jobs:
cache: true
check-latest: true

- name: "increase -n ulimits"
run: sudo sh -c "ulimit -n unlimited"

- name: "increase -l ulimits"
run: ulimit -l unlimited
run: sudo sh -c "ulimit -l unlimited"

- name: "Download and verify dependencies"
run: make deps


- name: "run localnet"
run: docker compose -f ./e2e/docker-compose.yml up -d

Expand Down

0 comments on commit 1dd67cf

Please sign in to comment.