Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Merge pull request #124 from ESSS/pre-commit-ci-update-config #127

Merge pull request #124 from ESSS/pre-commit-ci-update-config

Merge pull request #124 from ESSS/pre-commit-ci-update-config #127

Workflow file for this run

name: tests
on:
push:
branches:
- master
pull_request:
jobs:
tests:
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v2
- name: Run tests
run: |
docker build . -t jobsdone --build-arg SETUPTOOLS_SCM_PRETEND_VERSION=0.1
docker run jobsdone pytest tests --color=yes