ci: update apt before installing telnet in workflow
Some checks failed
Playwright Tests / test (pull_request) Failing after 14s

This commit is contained in:
Jan Gleytenhoover 2025-01-17 10:15:36 +01:00
parent a058720a6b
commit c76749f3fd
Signed by: jank
GPG key ID: 50620ADD22CD330B

View file

@ -37,6 +37,7 @@ jobs:
- name: Debug - name: Debug
run: | run: |
docker ps docker ps
apt update
apt install telnet apt install telnet
telnet localhost 8089 telnet localhost 8089