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 10e5db1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,14 @@ 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

- run: 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 10e5db1

Please sign in to comment.