Require git

This commit is contained in:
2022-03-23 17:14:44 +00:00
parent 8376804a88
commit b92c5d9be1

View File

@@ -16,7 +16,7 @@ test-emacs:
image: ubuntu:22.04 image: ubuntu:22.04
before_script: before_script:
- apt-get update - apt-get update
- apt-get install -y emacs-nox - apt-get install -y emacs-nox git
- ./.emacs.d/bin/doom sync - ./.emacs.d/bin/doom sync
script: script:
- ./.mgr_config/tests/test-emacs.sh - ./.mgr_config/tests/test-emacs.sh