Skip to content

Merge pull request #27 from nobbi1991/fix_pypi #235

Merge pull request #27 from nobbi1991/fix_pypi

Merge pull request #27 from nobbi1991/fix_pypi #235

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: Run Nox
on:
push:
workflow_dispatch:
jobs:
run_all_tests:
name: Run nox
runs-on: ubuntu-latest
steps:
- name: checkout repo
uses: actions/checkout@v3
- name: setup nox
uses: excitedleigh/setup-nox@main
- name: run nox
run: nox
- name: upload coverage report
if: always()
uses: actions/upload-artifact@v2
with:
name: coverage-report
path: ///home/runner/work/HABAppRules/HABAppRules/tests/htmlcov