Skip to content

Commit

Permalink
test(ci): same tests on github and gitlab
Browse files Browse the repository at this point in the history
  • Loading branch information
nandalopes committed Nov 30, 2024
1 parent 4d65c39 commit c979eed
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,13 @@ jobs:
- name: chezmoi data
run: './root/bin/chezmoi data --format yaml'

- name: chezmoi ignored
run: './root/bin/chezmoi ignored'

- name: chezmoi managed
run: './root/bin/chezmoi managed -i all'

- name: installed font files
run: 'ls -lha ~/.local/share/fonts/**/*/'
run: '[ ! -d "${HOME}/.local/share/fonts" ] ||
ls -lha ~/.local/share/fonts/**/*/'

0 comments on commit c979eed

Please sign in to comment.