. t cleanup #26
Workflow file for this run
This file contains 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
# Tests for ensure_uv_installed, which are difficult to write as unit tests because they depend on machine state that will be modified be the tests start | |
name: Test ensure_uv_installed | |
on: | |
- push | |
- pull_request | |
- workflow_dispatch | |
jobs: | |
test__ensure_uv_installed: | |
runs-on: ${{ matrix.os }} | |
strategy: | |
fail-fast: false | |
matrix: | |
os: | |
- macos-latest | |
- ubuntu-latest | |
- windows-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- run: ./test__ensure_uv_installed |