Skip to content

Commit

Permalink
Unblock port 8084
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoralf-M committed Apr 22, 2024
1 parent 63abc86 commit 1fd27b6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/private-tangle/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ runs:
go-version-file: "iota-core/go.mod"
cache: false

- name: Unblock port 8084
shell: bash
run: |
sudo kill -9 `sudo lsof -t -i:8084`
- name: Setup private tangle
shell: bash
# setup-go sets the PATH for the correct version, but sudo uses a different PATH by default
Expand Down

0 comments on commit 1fd27b6

Please sign in to comment.