Skip to content

Commit

Permalink
Rename workflow to include information
Browse files Browse the repository at this point in the history
  • Loading branch information
oerc0122 committed Mar 5, 2025
1 parent 74f34be commit 6add91c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
test:
name: Build MDANSE and run tests on ${{ matrix.os }}
name: [${{ matrix.os }}-${{ matrix.python-version }}] Build MDANSE and run tests
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand All @@ -28,9 +28,9 @@ jobs:
run: python -m pip install pytest pytest-timeout

- name: install MDANSE
run: (cd MDANSE && python -m pip install .)
working-directory: MDANSE
run: python -m pip install .

- name: run unit tests
run: |
cd MDANSE/Tests/UnitTests
python -m pytest
working-directory: MDANSE/Tests/UnitTests
run: python -m pytest

0 comments on commit 6add91c

Please sign in to comment.