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
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: | |
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 |