From 4bb1980f8dcb66a5c49199da43aaabcf4670eebd Mon Sep 17 00:00:00 2001 From: "Franz Heinzmann (Frando)" Date: Wed, 29 Jun 2022 20:26:41 +0200 Subject: [PATCH] try to fix ci --- .github/workflows/ci.yml | 2 +- .github/workflows/jsonrpc_api.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed7cda72e..1a1a14122 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} diff --git a/.github/workflows/jsonrpc_api.yml b/.github/workflows/jsonrpc_api.yml index 066d259aa..a4ec09d88 100644 --- a/.github/workflows/jsonrpc_api.yml +++ b/.github/workflows/jsonrpc_api.yml @@ -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