Skip to content

Commit

Permalink
squashme
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonNorthey92 committed Oct 21, 2024
1 parent a0209c6 commit f87050a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/localnet-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ jobs:
- name: "Download and verify dependencies"
run: make deps


- name: "check go mod tidy"
working-directory: ./e2e/monitor
run: go mod tidy

- name: "check git diff"
run: git diff

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

Expand Down

0 comments on commit f87050a

Please sign in to comment.