Skip to content

Commit

Permalink
github actions: break-down into separate actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielfalcao committed Jan 9, 2024
1 parent 1475051 commit d961a77
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,13 @@ jobs:
uses: gabrielfalcao/pyenv-action@v18
with:
default: "${{ matrix.python }}"
command: make dependencies tests run
command: make dependencies

- name: Display Python Version
run: python3 --version

- name: Test with PyTest
run: make dependencies tests

- name: Self/Auto Test
run: make dependencies run

0 comments on commit d961a77

Please sign in to comment.