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

Merge pull request #133 from ESSS/dependabot/pip/jinja2-3.1.4 #145

Merge pull request #133 from ESSS/dependabot/pip/jinja2-3.1.4

Merge pull request #133 from ESSS/dependabot/pip/jinja2-3.1.4 #145

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