From 041add32cca6065e6288279658b1b053ba43f9c6 Mon Sep 17 00:00:00 2001 From: Adrien Guillo Date: Thu, 16 May 2024 17:31:53 -0400 Subject: [PATCH] Attempt to fix UI worflow #1 --- .github/workflows/ui-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ui-ci.yml b/.github/workflows/ui-ci.yml index fee632fb846..293864d85e5 100644 --- a/.github/workflows/ui-ci.yml +++ b/.github/workflows/ui-ci.yml @@ -27,9 +27,8 @@ jobs: sudo apt-get -y install protobuf-compiler rustup show CI=false yarn --cwd quickwit-ui build - cargo build --features=postgres mkdir qwdata - cargo run --features=postgres -- run --service searcher --service metastore --config ../config/quickwit.yaml & + RUSTFLAGS="--cfg tokio_unstable" cargo run --features=postgres -- run --service searcher --service metastore --config ../config/quickwit.yaml & yarn --cwd quickwit-ui cypress run - name: Lint command: yarn --cwd quickwit-ui lint