Skip to content

Commit

Permalink
disable and stop mono-xsp4.service to 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 842e583
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 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,12 @@ runs:
go-version-file: "iota-core/go.mod"
cache: false

- name: disable and stop mono-xsp4.service to unblock port 8084
shell: bash
run: |
sudo systemctl stop mono-xsp4.service
sudo systemctl disable mono-xsp4.service
- 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 842e583

Please sign in to comment.