Skip to content

Commit

Permalink
fix: SSH into docker action runner - change positioning of ssh entryp…
Browse files Browse the repository at this point in the history
…oint
  • Loading branch information
epociask committed Aug 12, 2024
1 parent d5d1c0f commit a8e0db3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ jobs:
submodules: recursive
ssh-key: ${{ secrets.SSH_KEY }}

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

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
Expand Down Expand Up @@ -68,7 +65,10 @@ jobs:
run: |
cd nitro-testnode
./test-node.bash --init --dev &
- name: Setup upterm session
uses: lhotari/action-upterm@v1

- name: Wait for rpc to come up
shell: bash
run: |
Expand Down

0 comments on commit a8e0db3

Please sign in to comment.