Try to throttle OAI Searchbot more than others #425
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build and Tests | |
on: | |
push: | |
branches: [ main ] | |
pull_request: | |
branches: [ main ] | |
jobs: | |
build-test: | |
#Gitrunner hosted by Github | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Copy database.yml | |
run: cp config/database.yml.sample config/database.yml | |
- name: Build speakerinnen Docker image | |
run: make setup | |
- name: Run all tests | |
run: make test |