Skip to content

Commit

Permalink
TEMP
Browse files Browse the repository at this point in the history
  • Loading branch information
matrss committed Mar 18, 2024
1 parent 24a4fd5 commit dc0087f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/testing-all-oses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["macos-14", "ubuntu-latest"]
os: ["macos-14"]
order: ["normal", "reverse"]
n1: [0, 1, 2, 3, 4]
n2: [0, 1, 2, 3, 4]
steps:
- uses: actions/checkout@v4
- name: Build requirements.txt file
Expand All @@ -44,6 +46,7 @@ jobs:
# Set the cache key in a way that the cache is invalidated every week on monday
cache-environment-key: environment-${{ steps.year-and-week.outputs.year-and-week }}
- name: Run tests
timeout-minutes: 5
timeout-minutes: 15
run: micromamba run -n ci env QT_QPA_PLATFORM=offscreen pytest -v -n logical --durations=20 --cov=mslib
--ignore=tests/_test_msui/test_sideview.py --ignore=tests/_test_msui/test_topview.py --ignore=tests/_test_msui/test_wms_control.py
${{ (matrix.order == 'normal' && ' ') || (matrix.order == 'reverse' && '--reverse') }} tests

0 comments on commit dc0087f

Please sign in to comment.