Introduce response time p8s metrics for Section Modules #22
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: "🛠 Run build and tests for module-metrics in Docker container" | |
on: | |
pull_request: | |
branches: [ master ] | |
paths: | |
- '**' | |
push: | |
branches: [ master, actions ] | |
paths: | |
- '**' | |
jobs: | |
docker: | |
name: Run docker build | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out code | |
uses: actions/checkout@v4 | |
- name: Run docker build | |
run: | | |
docker image build "${GITHUB_WORKSPACE}" |