From e92ec8d72f3272fc143c62df52c0f69ee21f91a2 Mon Sep 17 00:00:00 2001 From: Rubel Date: Thu, 18 Apr 2024 08:56:07 +0200 Subject: [PATCH] Clone for stm reader and run test from there-11 --- .github/workflows/plugin_test.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/plugin_test.yaml b/.github/workflows/plugin_test.yaml index d170b46f7..7f45ef094 100644 --- a/.github/workflows/plugin_test.yaml +++ b/.github/workflows/plugin_test.yaml @@ -48,7 +48,8 @@ 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 @@ -56,7 +57,7 @@ jobs: path: pynxtools-mpes - name: Run MPES tests run: | - cd pynxtools-stm + cd pynxtools-mpes git checkout main pip install . pytest tests/.