12
Some checks failed
ci / docker (push) Failing after 5s

This commit is contained in:
2025-11-06 21:21:09 +01:00
parent 01d78e91d7
commit 326df1ac64

View File

@@ -9,9 +9,9 @@ jobs:
steps:
- name: Apt
run: |
- ps ax
- apt-get update
- apt-get install node
ps ax
apt-get update
apt-get install node
- name: PSlist
run: ps ax
- name: Checkout