Substituição da biblioteca python elasticsearch pelo opensearch #115
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: Test pull request | |
on: | |
pull_request: | |
branches: | |
- main | |
jobs: | |
everything: | |
name: Build, test and show code coverage | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout source code | |
uses: actions/checkout@master | |
- name: Build container image | |
run: | | |
make build | |
- name: Run tests and show code coverage | |
run: | | |
make coverage | |