Skip to content

Commit 25a5ec4

Browse files
author
Robin VAN DE MERGHEL
committed
fix: Going back, removed CI, and going to add it to DiracX
1 parent 03d4906 commit 25a5ec4

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,9 @@ jobs:
5757
requests \
5858
typer
5959
- name: Prepare environment
60-
run: |
61-
./integration_tests.py prepare-environment ${{ matrix.ARGS }} \
62-
--legacy-adapted-services WorkloadManagement/JobMonitoring \
63-
--legacy-adapted-services WorkloadManagement/JobStateUpdate
60+
run: ./integration_tests.py prepare-environment ${{ matrix.ARGS }}
6461
- name: Install server
6562
run: ./integration_tests.py install-server
66-
- name: Get legacy adaptors
67-
run: ./integration_tests.py list-legacy-adapted-services
6863
- name: Install client
6964
run: ./integration_tests.py install-client
7065
- name: Install pilot

0 commit comments

Comments
 (0)