Skip to content

Updated descriptions of metrics to be self-explanatory #510

Updated descriptions of metrics to be self-explanatory

Updated descriptions of metrics to be self-explanatory #510

Workflow file for this run

name: Docker
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Build
run: docker-compose build