mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 09:26:29 +03:00
try sth
This commit is contained in:
committed by
holger krekel
parent
8c13771d6c
commit
feb4dfc3af
@@ -135,7 +135,7 @@ jobs:
|
|||||||
working_directory: /mnt/crate
|
working_directory: /mnt/crate
|
||||||
steps:
|
steps:
|
||||||
- *restore-workspace
|
- *restore-workspace
|
||||||
- *restore-cache-python
|
- *restore-cache
|
||||||
- run:
|
- run:
|
||||||
name: build docs, run tests and build wheels
|
name: build docs, run tests and build wheels
|
||||||
command: ci_scripts/ci_run.sh
|
command: ci_scripts/ci_run.sh
|
||||||
@@ -185,6 +185,9 @@ workflows:
|
|||||||
test:
|
test:
|
||||||
jobs:
|
jobs:
|
||||||
- build_test_docs_wheel
|
- build_test_docs_wheel
|
||||||
|
requires:
|
||||||
|
- cargo_fetch
|
||||||
|
|
||||||
- upload_docs_wheels:
|
- upload_docs_wheels:
|
||||||
requires:
|
requires:
|
||||||
- build_test_docs_wheel
|
- build_test_docs_wheel
|
||||||
|
|||||||
Reference in New Issue
Block a user