Let us see
/ test (push) Successful in 1m11s Details

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2024-02-23 15:20:59 +00:00
parent 99db129272
commit 8bdfe94b2e
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,6 @@
on: [push]
jobs:
test:
runs-on: docker
steps:
- run: echo All Good

6
Dockerfile Normal file
View File

@ -0,0 +1,6 @@
FROM debian:12.5
RUN apt update && apt install vim tmux jq curl wget less git python3-pip openssh-server zsh
RUN pip3 install yq --break-system-packages
RUN useradd -s /usr/bin/zsh martyn
RUN mkdir /run/sshd && chmod 755 /run/sshd