Skip to content

List package stage as 5 - Production/Stable #2530

List package stage as 5 - Production/Stable

List package stage as 5 - Production/Stable #2530

Workflow file for this run

name: Performance Tests
on:
push:
pull_request:
types: [opened, reopened]
jobs:
performance:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install invoke .[test]
- name: Run performance tests
run: invoke performance