Skip to content

Merge pull request #164 from Yelp/u/sids/CLOUD-816/dry-run-metrics #636

Merge pull request #164 from Yelp/u/sids/CLOUD-816/dry-run-metrics

Merge pull request #164 from Yelp/u/sids/CLOUD-816/dry-run-metrics #636

Workflow file for this run

---
name: CI
# Controls when the action will run.
on:
push:
branches:
- master
pull_request:
release:
jobs:
tox:
runs-on: ubuntu-22.04
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.8
# GHA won't setup tox for us and we use tox-pip-extensions for venv-update
- run: pip install tox==3.2 tox-pip-extensions==1.3.0
- run: make test