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 84ffd54 commit c5ce522
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/localnet-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,14 @@ jobs:
- name: "Download and verify dependencies"
run: make deps

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

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

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

- name: "get localnet stats"
working-directory: ./e2e/monitor
Expand Down

0 comments on commit c5ce522

Please sign in to comment.