Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/SK-1400 | Add git action workflow for unit tests #810

Merged
merged 18 commits into from
Feb 11, 2025

Conversation

carl-andersson
Copy link
Contributor

Added github action for unit tests with pytest

@github-actions github-actions bot added minor feature New feature or request github and removed minor labels Feb 11, 2025
@carl-andersson carl-andersson requested a review from Wrede February 11, 2025 09:17
@github-actions github-actions bot added the minor label Feb 11, 2025
run: |
python -m pip install --upgrade pip
pip install .
pip install pytest docker pytest-cov
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

docker brukar redan finnnas ubuntu-24.04 image

name: "Unit tests with pytest"

on:
push:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lägg även till workflow_dispatch

@carl-andersson carl-andersson merged commit 88a6e33 into master Feb 11, 2025
21 checks passed
@carl-andersson carl-andersson deleted the feature/SK-1400 branch February 11, 2025 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request github minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants