Merge commit '12c22ee5e7' into glitch-soc/merge-upstream

This commit is contained in:
Claire 2023-12-19 20:40:05 +01:00
commit d288a6162a
90 changed files with 1257 additions and 628 deletions

View file

@ -227,7 +227,7 @@ jobs:
path: tmp/screenshots/
test-search:
name: Testing search
name: Elastic Search integration testing
runs-on: ubuntu-latest
needs:
@ -314,7 +314,7 @@ jobs:
- name: Load database schema
run: './bin/rails db:create db:schema:load db:seed'
- run: bundle exec rake spec:search
- run: bin/rspec --tag search
- name: Archive logs
uses: actions/upload-artifact@v3