Skip to content

Commit

Permalink
alphabetic order of plugin tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspie committed Oct 16, 2024
1 parent 0939c2a commit 86a0f76
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/plugin_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,21 @@ jobs:
fail-fast: false
matrix:
include:

- plugin: pynxtools-apm
branch: bring-in-examples
tests_to_run: tests/.
- plugin: pynxtools-ellips
branch: bring-in-examples
tests_to_run: tests/.
- plugin: pynxtools-raman
branch: main
- plugin: pynxtools-em
branch: bring-in-examples
tests_to_run: tests/.
- plugin: pynxtools-mpes
branch: bring-in-examples
tests_to_run: tests/.
- plugin: pynxtools-raman
branch: main
tests_to_run: tests/.
- plugin: pynxtools-stm
branch: main
tests_to_run: tests/.
Expand All @@ -39,12 +44,7 @@ jobs:
- plugin: pynxtools-xrd
branch: main
tests_to_run: tests/.
- plugin: pynxtools-apm
branch: bring-in-examples
tests_to_run: tests/.
- plugin: pynxtools-em
branch: bring-in-examples
tests_to_run: tests/.

steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 86a0f76

Please sign in to comment.