Skip to content

Commit

Permalink
fix configuration names and log set-up
Browse files Browse the repository at this point in the history
  • Loading branch information
afairless committed Apr 18, 2024
1 parent 0c00160 commit 370faa5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests_pip_env.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

name: Automatic Unit Tests
name: Automatic Unit Tests, pip environment

on:
push:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/tests_poetry_env.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

name: Automatic Unit Tests
name: Automatic Unit Tests, poetry environment

on:
push:
Expand Down Expand Up @@ -42,4 +42,5 @@ jobs:
poetry install --no-root
- name: Test with poetry and pytest
run: |
poetry run python src/step04_set_up_log_config/set_up_log_configuration.py
poetry run python -m pytest

0 comments on commit 370faa5

Please sign in to comment.