Skip to content

Commit

Permalink
github actions tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dhimmel committed Oct 27, 2024
1 parent 0ce13e6 commit 89695aa
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Tests
on:
- push
- pull_request
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- uses: pre-commit/[email protected]
- uses: snok/install-poetry@v1
- run: poetry install --ansi --no-interaction
shell: bash
- run: poetry run pytest --color=yes
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Ski Run Bearings / Trail Orientation / Aspect

[![Test Suite CI Status](https://github.com/dhimmel/ski-bearing-stats/actions/workflows/tests.yaml/badge.svg?branch=main&event=push)](https://github.com/dhimmel/ski-bearing-stats/actions/workflows/tests.yaml)

WIP Ski Roses

## Development
Expand Down

0 comments on commit 89695aa

Please sign in to comment.