Skip to content

Commit

Permalink
defer setup
Browse files Browse the repository at this point in the history
  • Loading branch information
gartnera committed Jun 19, 2024
1 parent f1b5201 commit b4eda96
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,15 @@ jobs:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_READ_ONLY }}

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

- 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

0 comments on commit b4eda96

Please sign in to comment.