mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 17:36:29 +03:00
try to fix ci
This commit is contained in:
committed by
Simon Laux
parent
35b70b1d1b
commit
4bb1980f8d
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -131,7 +131,7 @@ jobs:
|
|||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: build
|
command: build
|
||||||
args: -p deltachat_ffi
|
args: -p deltachat_ffi --features jsonrpc
|
||||||
|
|
||||||
- name: run python tests
|
- name: run python tests
|
||||||
if: ${{ matrix.python }}
|
if: ${{ matrix.python }}
|
||||||
|
|||||||
2
.github/workflows/jsonrpc_api.yml
vendored
2
.github/workflows/jsonrpc_api.yml
vendored
@@ -60,6 +60,8 @@ jobs:
|
|||||||
npm run build
|
npm run build
|
||||||
cargo build --features webserver
|
cargo build --features webserver
|
||||||
npm run test
|
npm run test
|
||||||
|
env:
|
||||||
|
DCC_NEW_TMP_EMAIL: ${{ secrets.DCC_NEW_TMP_EMAIL }}
|
||||||
- name: run prettier
|
- name: run prettier
|
||||||
run: |
|
run: |
|
||||||
cd deltachat-jsonrpc/typescript
|
cd deltachat-jsonrpc/typescript
|
||||||
|
|||||||
Reference in New Issue
Block a user