Skip to content

Commit

Permalink
Attempt to fix UI worflow 1 (#4994)
Browse files Browse the repository at this point in the history
  • Loading branch information
guilload authored May 16, 2024
1 parent 0e4ae0b commit 8941951
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ui-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
sudo apt-get -y install protobuf-compiler
rustup show
CI=false yarn --cwd quickwit-ui build
cargo build --features=postgres
RUSTFLAGS="--cfg tokio_unstable" 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
Expand Down

0 comments on commit 8941951

Please sign in to comment.