Skip to content

Commit ddcbd70

Browse files
committed
test
1 parent c1c7a2a commit ddcbd70

File tree

2 files changed

+2
-23
lines changed

2 files changed

+2
-23
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -7,31 +7,9 @@ on:
77
- next
88

99
jobs:
10-
test-integration:
11-
runs-on: ubuntu-latest
12-
steps:
13-
- uses: actions/checkout@v4
14-
- name: Node setup
15-
uses: actions/setup-node@v4
16-
with:
17-
node-version: 22
18-
- name: Python setup
19-
uses: actions/setup-python@v5
20-
with:
21-
python-version: 3.12
22-
- name: Install python dependencies
23-
run: |
24-
cd ./tests/integration/microservices/viewer
25-
python3 -m venv venv
26-
source venv/bin/activate
27-
pip install --extra-index-url https://wheels.vtk.org -r requirements.txt
28-
- name: Install and run tests
29-
run: |
30-
npm i
31-
32-
npm run test:integration
3310
test:
3411
uses: Geode-solutions/actions/.github/workflows/js-test.yml@master
3512
with:
3613
repos: ${{ vars.REPOS }}
14+
integration: true
3715
secrets: inherit

.github/workflows/test_pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ jobs:
99
uses: Geode-solutions/actions/.github/workflows/js-test-pr.yml@master
1010
with:
1111
repos: ${{ vars.REPOS }}
12+
integration: true
1213
secrets: inherit

0 commit comments

Comments
 (0)