Skip to content

🎨 Format with Black #40

🎨 Format with Black

🎨 Format with Black #40

Workflow file for this run

name: Push latest
on: push
jobs:
mutants:
name: 👾 Run mutation testing 👾
runs-on: ubuntu-latest
steps:
- name: Copia repositorio
uses: actions/checkout@v3
- name: Construye imagen
run: docker build --tag islasgeci/gatos:latest .
- name: Evalúa resistencia a mutaciones
run: docker run --volume $PWD:/workdir islasgeci/gatos:latest make mutants
- name: Upload
uses: actions/upload-artifact@main
with:
name: mutant registry
path: html