This almost certainly won't work
/ test (push) Failing after 1m27s Details

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2024-02-23 16:54:26 +00:00
parent 9b25c1d5d8
commit e872d9a433
1 changed files with 2 additions and 2 deletions

View File

@ -3,10 +3,10 @@ jobs:
test: test:
runs-on: docker runs-on: docker
steps: steps:
- run: echo All Good - run: apt update && apt install -y docker.io
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Login to GitLab - name: Login to forgejo
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: git.martyn.berlin registry: git.martyn.berlin