Skip to content

Commit

Permalink
- testing workflows polishing
Browse files Browse the repository at this point in the history
  • Loading branch information
amkrajewski authored Feb 13, 2024
1 parent 23c73f7 commit b2f2043
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coreTests_LinuxUbuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
python -m pip install -e .
- name: Test with pytest
run: |
pytest
pytest --durations=0
4 changes: 2 additions & 2 deletions .github/workflows/coreTests_MacIntel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade setuptools
python -m pip install wheel flask pytest pytest-cov
python -m pip install wheel flask pytest
python -m pip install -e .
- name: Test with pytest
run: |
pytest
pytest --durations=0
4 changes: 2 additions & 2 deletions .github/workflows/coreTests_MacM1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade setuptools
python -m pip install wheel flask pytest pytest-cov
python -m pip install wheel flask pytest
python -m pip install -e .
- name: Test with pytest
run: |
pytest
pytest --durations=0
4 changes: 2 additions & 2 deletions .github/workflows/coreTests_Windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade setuptools
python -m pip install wheel flask pytest pytest-cov
python -m pip install wheel flask pytest
python -m pip install -e .
- name: Test with pytest
run: |
pytest
pytest --durations=0
1 change: 1 addition & 0 deletions .github/workflows/weeklyTesting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Weekly Test Action (periodic verification everything works)
on:
schedule:
- cron: '30 17 * * 1'
workflow_dispatch:

jobs:
coreTests:
Expand Down

0 comments on commit b2f2043

Please sign in to comment.