Skip to content

Commit

Permalink
Debug upterm - do not commit
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-stephenson committed Jan 23, 2025
1 parent 11f851b commit 556a45d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/intg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
run: sudo podman exec ${CONTAINER} sh -c 'rpmbuild -tb *tar.gz && dnf install -y ~/rpmbuild/RPMS/x86_64/tlog*'
- name: Integration tests setup
run: sudo podman exec -e CONTAINER_ENV=true ${CONTAINER} ./src/tlitest/tlitest-setup
- name: Setup upterm session
uses: lhotari/action-upterm@v1
- name: Run tests
# Hostnames test won't work in a container
run: sudo podman exec -t ${CONTAINER} ./src/tlitest/tlitest-run -k "not hostnames"

0 comments on commit 556a45d

Please sign in to comment.