Skip to content

Commit af359b6

Browse files
committed
Add exclusions and change test installation directory
1 parent b573dd4 commit af359b6

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.github/workflows/linux_test_install.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
LINKER: 'g++'
6161
GITHUB: 'true'
6262
DISPLAY: ':99'
63-
INSTALL_DIR: "${{ github.workspace }}/stdlib"
63+
INSTALL_DIR: "${{ github.workspace }}/test-install"
6464
LOG_DIR: "${{ github.workspace }}/tmp/var/log"
6565
LOG_FILE_BUILD_TASK: "${{ github.workspace }}/tmp/var/log/${{ matrix.BUILD_TASK }}.log"
6666
LOG_NUM_LINES: 5000
@@ -125,6 +125,20 @@ jobs:
125125
- NODE_VERSION: '0.10'
126126
NPM_VERSION: '>2.7.0 <4.0.0'
127127

128+
# Exclude certain matrix combinations:
129+
exclude:
130+
- NODE_VERSION: '0.12'
131+
PACKAGE_MANAGER: 'pnpm'
132+
133+
- NODE_VERSION: '0.12'
134+
PACKAGE_MANAGER: 'yarn'
135+
136+
- NODE_VERSION: '0.10'
137+
PACKAGE_MANAGER: 'pnpm'
138+
139+
- NODE_VERSION: '0.10'
140+
PACKAGE_MANAGER: 'yarn'
141+
128142
# Set defaults:
129143
defaults:
130144
run:

0 commit comments

Comments
 (0)