Skip to content

Commit

Permalink
Clone for stm reader and run test from there-11
Browse files Browse the repository at this point in the history
  • Loading branch information
RubelMozumder committed Apr 18, 2024
1 parent 10d9afb commit e92ec8d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/plugin_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,16 @@ jobs:
git submodule update --init --recursive --jobs=4
pip install .
pytest tests/test_reader.py::test_stm_reader
- name: Test for MPES Plugin
# Test for MPES Plugin
- name: clone MPES repo
uses: actions/checkout@v4
with:
fetch-depth: 0
repository: FAIRmat-NFDI/pynxtools-mpes
path: pynxtools-mpes
- name: Run MPES tests
run: |
cd pynxtools-stm
cd pynxtools-mpes
git checkout main
pip install .
pytest tests/.
Expand Down

0 comments on commit e92ec8d

Please sign in to comment.