Update dot_Brewfile #343
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: E2E_Test | |
| on: | |
| push: | |
| branches: [master] | |
| jobs: | |
| E2E_Test: | |
| runs-on: macos-latest | |
| steps: | |
| - name: itest | |
| run: sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply fumiya-kume |