Add first_review_to_last_approval_mean_time metric #2
This file contains hidden or 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
| jobs: | |
| compose: | |
| name: ubi-container-build-test | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: "actions/checkout@v2.4.0" | |
| - name: Build the container image | |
| run: docker build -f DockerfileUBI . | |
| name: DockerUBI | |
| on: | |
| pull_request: {} |