[ci] Try to clone and build in different containers
/ clone (push) Successful in 4s Details
/ doom (push) Failing after 3s Details

This commit is contained in:
Sebastian Schulze 2024-04-12 09:21:37 +02:00
parent 4b331528fe
commit 0fe3bd7a77
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 6 additions and 2 deletions

View File

@ -1,10 +1,14 @@
---
on: [push]
jobs:
doom:
runs-on: alpine-3
clone:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
doom:
runs-on: alpine-3
needs: [clone]
steps:
- run: |
apk add --update git emacs-nox chezmoi nodejs bash
with: