Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanDeMeyer committed Mar 13, 2024
1 parent 1445b38 commit 34b15aa
Showing 1 changed file with 16 additions and 9 deletions.
25 changes: 16 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,17 +95,17 @@ jobs:
matrix:
distro:
- arch
- centos
- debian
- fedora
- opensuse
- ubuntu
# - centos
# - debian
# - fedora
# - opensuse
# - ubuntu
tools:
- arch
- debian
- fedora
- opensuse
- ubuntu
# - debian
# - fedora
# - opensuse
# - ubuntu
# TODO: Add CentOS once they have systemd v254 or newer.
exclude:
# pacman and archlinux-keyring are not packaged in OpenSUSE.
Expand All @@ -128,6 +128,7 @@ jobs:
- name: Free disk space
run: |
sudo rm -rf /usr/local
sudo mkdir -p /usr/local/bin
sudo rm -rf /opt/hostedtoolcache
- name: Install
Expand Down Expand Up @@ -168,6 +169,12 @@ jobs:
DefaultDeviceTimeoutSec=180
EOF
- name: Setup upterm session
uses: lhotari/action-upterm@v1
with:
## limits ssh access and adds the ssh public key for the user which triggered the workflow
limit-access-to-actor: true

- name: Run integration tests
run: |
sudo timeout -k 30 1h python3 -m pytest \
Expand Down

0 comments on commit 34b15aa

Please sign in to comment.