mirror of
https://github.com/Cian-H/invenio-config-iform.git
synced 2026-05-01 21:31:47 +01:00
FIxed tests workflow and removed automatic publishing
This commit is contained in:
@@ -89,15 +89,15 @@ jobs:
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pip install ".[tests]"
|
||||
uv sync --group tests
|
||||
|
||||
- name: Show configuration
|
||||
run: |
|
||||
pip --version
|
||||
pip list
|
||||
uv --version
|
||||
uv pip list
|
||||
docker --version
|
||||
docker ps
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
./run-tests.sh
|
||||
uv run ./run-tests.sh
|
||||
|
||||
Reference in New Issue
Block a user