mirror of
https://github.com/chatmail/core.git
synced 2026-04-20 06:56: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
|
||||
with:
|
||||
command: build
|
||||
args: -p deltachat_ffi
|
||||
args: -p deltachat_ffi --features jsonrpc
|
||||
|
||||
- name: run python tests
|
||||
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
|
||||
cargo build --features webserver
|
||||
npm run test
|
||||
env:
|
||||
DCC_NEW_TMP_EMAIL: ${{ secrets.DCC_NEW_TMP_EMAIL }}
|
||||
- name: run prettier
|
||||
run: |
|
||||
cd deltachat-jsonrpc/typescript
|
||||
|
||||
Reference in New Issue
Block a user