@@ -36,82 +36,77 @@ jobs:
3636 version2 : ' 3.4.1'
3737
3838 # ==========================================================================
39- # Migration Tests - Node.js
39+ # Migration Tests - DISABLED until installation issues are resolved
40+ # See: https://github.com/dtvem/dtvem/issues (create tracking issue)
4041 # ==========================================================================
41- migrate-node-ubuntu-system :
42- name : Migrate Node.js from System (Ubuntu)
43- uses : ./.github/workflows/integration-test-migrate-node-ubuntu-system.yml
44-
45- migrate-node-ubuntu-nvm :
46- name : Migrate Node.js from nvm (Ubuntu)
47- uses : ./.github/workflows/integration-test-migrate-node-ubuntu-nvm.yml
48-
49- migrate-node-macos-system :
50- name : Migrate Node.js from System (macOS)
51- uses : ./.github/workflows/integration-test-migrate-node-macos-system.yml
52-
53- migrate-node-macos-fnm :
54- name : Migrate Node.js from fnm (macOS)
55- uses : ./.github/workflows/integration-test-migrate-node-macos-fnm.yml
56-
57- migrate-node-windows-system :
58- name : Migrate Node.js from System (Windows)
59- uses : ./.github/workflows/integration-test-migrate-node-windows-system.yml
60-
61- migrate-node-windows-nvm :
62- name : Migrate Node.js from nvm-windows (Windows)
63- uses : ./.github/workflows/integration-test-migrate-node-windows-nvm.yml
64-
65- # ==========================================================================
66- # Migration Tests - Python
67- # ==========================================================================
68- migrate-python-ubuntu-system :
69- name : Migrate Python from System (Ubuntu)
70- uses : ./.github/workflows/integration-test-migrate-python-ubuntu-system.yml
71-
72- migrate-python-ubuntu-pyenv :
73- name : Migrate Python from pyenv (Ubuntu)
74- uses : ./.github/workflows/integration-test-migrate-python-ubuntu-pyenv.yml
75-
76- migrate-python-macos-system :
77- name : Migrate Python from System (macOS)
78- uses : ./.github/workflows/integration-test-migrate-python-macos-system.yml
79-
80- migrate-python-macos-pyenv :
81- name : Migrate Python from pyenv (macOS)
82- uses : ./.github/workflows/integration-test-migrate-python-macos-pyenv.yml
83-
84- migrate-python-windows-system :
85- name : Migrate Python from System (Windows)
86- uses : ./.github/workflows/integration-test-migrate-python-windows-system.yml
87-
88- migrate-python-windows-pyenv :
89- name : Migrate Python from pyenv-win (Windows)
90- uses : ./.github/workflows/integration-test-migrate-python-windows-pyenv.yml
91-
92- # ==========================================================================
93- # Migration Tests - Ruby
94- # ==========================================================================
95- migrate-ruby-ubuntu-system :
96- name : Migrate Ruby from System (Ubuntu)
97- uses : ./.github/workflows/integration-test-migrate-ruby-ubuntu-system.yml
98-
99- migrate-ruby-ubuntu-rbenv :
100- name : Migrate Ruby from rbenv (Ubuntu)
101- uses : ./.github/workflows/integration-test-migrate-ruby-ubuntu-rbenv.yml
102-
103- migrate-ruby-macos-system :
104- name : Migrate Ruby from System (macOS)
105- uses : ./.github/workflows/integration-test-migrate-ruby-macos-system.yml
106-
107- migrate-ruby-macos-rbenv :
108- name : Migrate Ruby from rbenv (macOS)
109- uses : ./.github/workflows/integration-test-migrate-ruby-macos-rbenv.yml
110-
111- migrate-ruby-windows-system :
112- name : Migrate Ruby from System (Windows)
113- uses : ./.github/workflows/integration-test-migrate-ruby-windows-system.yml
114-
115- migrate-ruby-windows-uru :
116- name : Migrate Ruby from uru (Windows)
117- uses : ./.github/workflows/integration-test-migrate-ruby-windows-uru.yml
42+ # migrate-node-ubuntu-system:
43+ # name: Migrate Node.js from System (Ubuntu)
44+ # uses: ./.github/workflows/integration-test-migrate-node-ubuntu-system.yml
45+ #
46+ # migrate-node-ubuntu-nvm:
47+ # name: Migrate Node.js from nvm (Ubuntu)
48+ # uses: ./.github/workflows/integration-test-migrate-node-ubuntu-nvm.yml
49+ #
50+ # migrate-node-macos-system:
51+ # name: Migrate Node.js from System (macOS)
52+ # uses: ./.github/workflows/integration-test-migrate-node-macos-system.yml
53+ #
54+ # migrate-node-macos-fnm:
55+ # name: Migrate Node.js from fnm (macOS)
56+ # uses: ./.github/workflows/integration-test-migrate-node-macos-fnm.yml
57+ #
58+ # migrate-node-windows-system:
59+ # name: Migrate Node.js from System (Windows)
60+ # uses: ./.github/workflows/integration-test-migrate-node-windows-system.yml
61+ #
62+ # migrate-node-windows-nvm:
63+ # name: Migrate Node.js from nvm-windows (Windows)
64+ # uses: ./.github/workflows/integration-test-migrate-node-windows-nvm.yml
65+ #
66+ # migrate-python-ubuntu-system:
67+ # name: Migrate Python from System (Ubuntu)
68+ # uses: ./.github/workflows/integration-test-migrate-python-ubuntu-system.yml
69+ #
70+ # migrate-python-ubuntu-pyenv:
71+ # name: Migrate Python from pyenv (Ubuntu)
72+ # uses: ./.github/workflows/integration-test-migrate-python-ubuntu-pyenv.yml
73+ #
74+ # migrate-python-macos-system:
75+ # name: Migrate Python from System (macOS)
76+ # uses: ./.github/workflows/integration-test-migrate-python-macos-system.yml
77+ #
78+ # migrate-python-macos-pyenv:
79+ # name: Migrate Python from pyenv (macOS)
80+ # uses: ./.github/workflows/integration-test-migrate-python-macos-pyenv.yml
81+ #
82+ # migrate-python-windows-system:
83+ # name: Migrate Python from System (Windows)
84+ # uses: ./.github/workflows/integration-test-migrate-python-windows-system.yml
85+ #
86+ # migrate-python-windows-pyenv:
87+ # name: Migrate Python from pyenv-win (Windows)
88+ # uses: ./.github/workflows/integration-test-migrate-python-windows-pyenv.yml
89+ #
90+ # migrate-ruby-ubuntu-system:
91+ # name: Migrate Ruby from System (Ubuntu)
92+ # uses: ./.github/workflows/integration-test-migrate-ruby-ubuntu-system.yml
93+ #
94+ # migrate-ruby-ubuntu-rbenv:
95+ # name: Migrate Ruby from rbenv (Ubuntu)
96+ # uses: ./.github/workflows/integration-test-migrate-ruby-ubuntu-rbenv.yml
97+ #
98+ # migrate-ruby-macos-system:
99+ # name: Migrate Ruby from System (macOS)
100+ # uses: ./.github/workflows/integration-test-migrate-ruby-macos-system.yml
101+ #
102+ # migrate-ruby-macos-rbenv:
103+ # name: Migrate Ruby from rbenv (macOS)
104+ # uses: ./.github/workflows/integration-test-migrate-ruby-macos-rbenv.yml
105+ #
106+ # migrate-ruby-windows-system:
107+ # name: Migrate Ruby from System (Windows)
108+ # uses: ./.github/workflows/integration-test-migrate-ruby-windows-system.yml
109+ #
110+ # migrate-ruby-windows-uru:
111+ # name: Migrate Ruby from uru (Windows)
112+ # uses: ./.github/workflows/integration-test-migrate-ruby-windows-uru.yml
0 commit comments