🔘 Add button for Max HR and fix zone plot #13
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: Tests | |
on: push | |
jobs: | |
actions: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Copia repositorio | |
uses: actions/checkout@v2 | |
- name: Construye imagen | |
run: docker build --tag running_analysis . | |
- name: Verifica el formato | |
run: docker run running_analysis make check | |
- name: Corre pruebas | |
run: docker run running_analysis make coverage | |
- name: Evalúa resistencia a mutaciones | |
run: docker run running_analysis make mutants |