Skip to content

Commit

Permalink
github actions pytest CI feature added
Browse files Browse the repository at this point in the history
  • Loading branch information
kbessonov1984 committed Jul 22, 2024
1 parent 0e65432 commit eacee16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: "3.12"
- name: Install dependencies
Expand All @@ -35,7 +35,7 @@ jobs:
else
pip3 install -e .
fi
mob_init
ectyper_init
- name: Test with pytest
run: |
pytest -o log_cli=true --basetemp=tmp-pytest

0 comments on commit eacee16

Please sign in to comment.