[ci] Try to run checkout with the alpine image
/ doom (push) Failing after 16s Details

This commit is contained in:
Sebastian Schulze 2024-04-12 11:39:34 +02:00
parent c9f7091b70
commit 3ead148ac1
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 1 additions and 7 deletions

View File

@ -1,13 +1,6 @@
---
on: [push]
jobs:
clone:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
pwd
ls -l
doom:
runs-on: docker
container:
@ -19,6 +12,7 @@ jobs:
apk add --update git emacs-nox chezmoi nodejs bash
with:
entrypoint: "/bin/sh"
- uses: actions/checkout@v3
- run: |
mkdir -p "${HOME}/.local/share" "${HOME}/.config/chezmoi"
pwd