Skip to content

Introduce response time p8s metrics for Section Modules #30

Introduce response time p8s metrics for Section Modules

Introduce response time p8s metrics for Section Modules #30

Workflow file for this run

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}"