Skip to content

Commit

Permalink
Fixing typo is testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisDesdoigts committed Sep 19, 2023
1 parent 7dda828 commit 9c4a0c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ jobs:
- name: test layers propagators
run: pytest --quiet tests/layers/test_propagators.py

- name: test layers transfomrations
- name: test layers transformations
run: pytest --quiet tests/layers/test_transformations.py

- name: test layers united_layers
run: pytest --quiet tests/layers/test_united_layers.py
- name: test layers unified_layers
run: pytest --quiet tests/layers/test_unified_layers.py

- name: test detectors
run: pytest --quiet tests/test_detectors.py
Expand Down

0 comments on commit 9c4a0c2

Please sign in to comment.