diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 614a68e5..2b78fb0d 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -7,31 +7,10 @@ on:
- next
jobs:
- test-integration:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v4
- - name: Node setup
- uses: actions/setup-node@v4
- with:
- node-version: 22
- - name: Python setup
- uses: actions/setup-python@v5
- with:
- python-version: 3.12
- - name: Install python dependencies
- run: |
- cd ./tests/integration/microservices/viewer
- python3 -m venv venv
- source venv/bin/activate
- pip install --extra-index-url https://wheels.vtk.org -r requirements.txt
- - name: Install and run tests
- run: |
- npm i
-
- npm run test:integration
test:
uses: Geode-solutions/actions/.github/workflows/js-test.yml@master
with:
repos: ${{ vars.REPOS }}
+ integration: true
+ microservices_path: "tests/integration/microservices"
secrets: inherit
diff --git a/.github/workflows/test_pr.yml b/.github/workflows/test_pr.yml
index a67d9451..bddcb1e4 100644
--- a/.github/workflows/test_pr.yml
+++ b/.github/workflows/test_pr.yml
@@ -9,5 +9,6 @@ jobs:
uses: Geode-solutions/actions/.github/workflows/js-test-pr.yml@master
with:
repos: ${{ vars.REPOS }}
- integration: false
+ integration: true
+ microservices_path: "tests/integration/microservices"
secrets: inherit
diff --git a/components/HybridRenderingView.vue b/components/HybridRenderingView.vue
index 6dde8ec8..8367f374 100644
--- a/components/HybridRenderingView.vue
+++ b/components/HybridRenderingView.vue
@@ -4,9 +4,9 @@
@@ -15,13 +15,6 @@