fix(init): clean up stale dtvem shims entries from PATH #9
Workflow file for this run
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: Integration Tests - Init Command | |
| on: | |
| workflow_dispatch: | |
| # Manual trigger for testing init command flags | |
| push: | |
| branches: [main] | |
| paths: | |
| - 'src/cmd/init.go' | |
| - 'src/internal/config/settings.go' | |
| - 'src/internal/path/path_windows.go' | |
| - 'src/internal/path/path_unix.go' | |
| - 'install.ps1' | |
| - 'install.sh' | |
| - '.github/workflows/integration-test-init.yml' | |
| pull_request: | |
| branches: [main] | |
| paths: | |
| - 'src/cmd/init.go' | |
| - 'src/internal/config/settings.go' | |
| - 'src/internal/path/path_windows.go' | |
| - 'src/internal/path/path_unix.go' | |
| - 'install.ps1' | |
| - 'install.sh' | |
| - '.github/workflows/integration-test-init.yml' | |
| permissions: | |
| contents: read | |
| jobs: | |
| init: | |
| name: Init Command | |
| uses: CodingWithCalvin/.github/.github/workflows/dtvem-integration-test-init.yml@main |