1
0
Fork 0
forked from gitea/nas

Configure elastic search integration with rspec tag (#27882)

This commit is contained in:
Matt Jankowski 2023-11-17 06:52:20 -05:00 committed by GitHub
parent 297839c10c
commit e892efbc40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 17 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