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 cdf2c2c commit 10d9afb
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .github/workflows/plugin_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- name: Install package
run: |
pip install ".[dev]"
# Test for STM Plugin
- name: clone STM repo
uses: actions/checkout@v4
with:
Expand All @@ -47,13 +48,18 @@ jobs:
git submodule update --init --recursive --jobs=4
pip install .
pytest tests/test_reader.py::test_stm_reader
# - name: Test for STM Plugin
# run: |
# git clone https://github.com/FAIRmat-NFDI/pynxtools-stm
# cd pynxtools-stm
# git checkout TestFromPynxtools
# pip install .
# pytest tests/test_reader.py::test_stm_reader
- name: Test for MPES Plugin
uses: actions/checkout@v4
with:
fetch-depth: 0
repository: FAIRmat-NFDI/pynxtools-mpes
path: pynxtools-mpes
- name: Run MPES tests
run: |
cd pynxtools-stm
git checkout main
pip install .
pytest tests/.
# - name: Test for XPS Plugin
# run: |
# git clone https://github.com/FAIRmat-NFDI/pynxtools-xps.git
Expand Down

0 comments on commit 10d9afb

Please sign in to comment.