11
Some checks failed
ci / docker (push) Failing after 4s

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

View File

@@ -7,6 +7,11 @@ jobs:
runs-on: ubuntu-22.04
container: docker:latest
steps:
- name: Apt
run: |
- ps ax
- apt-get update
- apt-get install node
- name: PSlist
run: ps ax
- name: Checkout