Skip to content

Commit

Permalink
Speed up master CI by using already-compiled binary for index rebuild
Browse files Browse the repository at this point in the history
Otherwise it might build the debug binary (again).
  • Loading branch information
LukasKalbertodt committed Jan 10, 2024
1 parent ae45930 commit 8cd0863
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,7 @@ jobs:
tobira-meilisearch
- name: Rebuild search index
working-directory: backend
run: cargo run -- search-index update
run: ./tobira search-index update --config util/dev-config/config.toml

- name: Install Playwright browsers
working-directory: frontend
Expand Down

0 comments on commit 8cd0863

Please sign in to comment.