mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-07-27 08:11:52 +00:00
Add test-activate-environment-bin
This commit is contained in:
21
.github/workflows/test.yml
vendored
21
.github/workflows/test.yml
vendored
@ -275,6 +275,27 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
|
test-activate-environment-bin:
|
||||||
|
runs-on: ${{ matrix.os }}
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
os: [ ubuntu-latest, macos-latest, windows-latest ]
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- name: Install latest version
|
||||||
|
uses: ./
|
||||||
|
with:
|
||||||
|
activate-environment: true
|
||||||
|
working-directory: __tests__/fixtures/uv-project
|
||||||
|
- name: uv sync
|
||||||
|
working-directory: __tests__/fixtures/uv-project
|
||||||
|
run: uv sync
|
||||||
|
shell: bash
|
||||||
|
- name: Verify bin files available
|
||||||
|
working-directory: __tests__/fixtures/uv-project
|
||||||
|
run: ruff --version
|
||||||
|
shell: bash
|
||||||
|
|
||||||
test-musl:
|
test-musl:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: alpine
|
container: alpine
|
||||||
|
Reference in New Issue
Block a user