Mercurial > dotfiles
comparison .github/workflows/test.yml @ 754:1896bcf3fdb8
fix: handle templated scripts correctly on macOS (#10)
* ci: reduce verboseness in test
* fixup! ci: reduce verboseness in test
* fixup! fixup! ci: reduce verboseness in test
author | Zeger Van de Vannet <747627+zegervdv@users.noreply.github.com> |
---|---|
date | Fri, 27 Jan 2023 08:51:08 +0100 |
parents | 0e91f6416812 |
children | e3937948d672 |
comparison
equal
deleted
inserted
replaced
753:942c3ae067e7 | 754:1896bcf3fdb8 |
---|---|
34 | 34 |
35 - name: Initialize chezmoi | 35 - name: Initialize chezmoi |
36 run: chezmoi init -v zegervdv --branch ${GITHUB_REF##*/} | 36 run: chezmoi init -v zegervdv --branch ${GITHUB_REF##*/} |
37 | 37 |
38 - name: Apply dotfiles | 38 - name: Apply dotfiles |
39 run: chezmoi apply -v | 39 run: chezmoi apply |