mirror of
https://github.com/Cian-H/invenio-config-iform.git
synced 2025-12-23 05:21:57 +00:00
Attempted tests.yml fix
This commit is contained in:
10
.github/workflows/tests.yml
vendored
10
.github/workflows/tests.yml
vendored
@@ -66,7 +66,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install uv
|
- name: Install uv
|
||||||
run: |
|
run: |
|
||||||
pip install uv
|
apt install -y uv
|
||||||
|
|
||||||
tests:
|
tests:
|
||||||
needs: create-strategy
|
needs: create-strategy
|
||||||
@@ -93,15 +93,15 @@ jobs:
|
|||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m uv sync --group tests
|
uv sync --group tests
|
||||||
|
|
||||||
- name: Show configuration
|
- name: Show configuration
|
||||||
run: |
|
run: |
|
||||||
python -m uv --version
|
uv --version
|
||||||
python -m uv pip list
|
uv pip list
|
||||||
docker --version
|
docker --version
|
||||||
docker ps
|
docker ps
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
python -m uv run ./run-tests.sh
|
uv run ./run-tests.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user