mirror of
https://github.com/Cian-H/invenio-config-iform.git
synced 2025-12-22 13:11:56 +00:00
Fixed testing workflow
This commit is contained in:
12
.github/workflows/tests.yml
vendored
12
.github/workflows/tests.yml
vendored
@@ -54,14 +54,6 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Python "${{ matrix.python-version }}"
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "${{ matrix.python-version }}"
|
||||
cache: pip
|
||||
cache-dependency-path: |
|
||||
pyproject.toml
|
||||
|
||||
- name: Set up uv
|
||||
uses: astral-sh/setup-uv@v6
|
||||
with:
|
||||
@@ -74,7 +66,7 @@ jobs:
|
||||
- name: Show configuration
|
||||
run: |
|
||||
uv --version
|
||||
python --version
|
||||
uv run python --version
|
||||
docker --version
|
||||
docker ps
|
||||
|
||||
@@ -84,4 +76,4 @@ jobs:
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
uv run ./run-tests.sh
|
||||
uv run test
|
||||
|
||||
Reference in New Issue
Block a user