Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
gartnera committed Jun 20, 2024
1 parent fe115e8 commit fa2f875
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,12 @@ jobs:
- name: Start Test
run: make start-e2e-test

- name: auto continue upterm session
run: sudo touch /continue

- name: Setup upterm session
uses: lhotari/action-upterm@v1

# use docker logs -f rather than docker attach to make sure we get the initial logs
- name: Watch Test
run: |
Expand Down
2 changes: 2 additions & 0 deletions contrib/localnet/scripts/start-zetaclientd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

/usr/sbin/sshd

set -x

HOSTNAME=$(hostname)
OPTION=$1
export ZETACLIENTD_SUPERVISOR_ENABLE_AUTO_DOWNLOAD=true
Expand Down

0 comments on commit fa2f875

Please sign in to comment.