mirror of
https://github.com/Cian-H/invenio-config-iform.git
synced 2025-12-23 05:21:57 +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
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
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
|
- name: Set up uv
|
||||||
uses: astral-sh/setup-uv@v6
|
uses: astral-sh/setup-uv@v6
|
||||||
with:
|
with:
|
||||||
@@ -74,7 +66,7 @@ jobs:
|
|||||||
- name: Show configuration
|
- name: Show configuration
|
||||||
run: |
|
run: |
|
||||||
uv --version
|
uv --version
|
||||||
python --version
|
uv run python --version
|
||||||
docker --version
|
docker --version
|
||||||
docker ps
|
docker ps
|
||||||
|
|
||||||
@@ -84,4 +76,4 @@ jobs:
|
|||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
uv run ./run-tests.sh
|
uv run test
|
||||||
|
|||||||
Reference in New Issue
Block a user