|
1 | 1 | name: Common CI tests
|
2 | 2 |
|
3 |
| -run-name: "Test: mode=${{ inputs.mode }}, testMonorepo=${{ inputs.testMonorepo }}" |
| 3 | +run-name: 'Test: mode=${{ inputs.mode }}, testMonorepo=${{ inputs.testMonorepo }}' |
4 | 4 |
|
5 | 5 | on:
|
6 | 6 | workflow_call:
|
|
10 | 10 | type: string
|
11 | 11 | required: true
|
12 | 12 | testMonorepo:
|
13 |
| - description: "Test monorepo by specifying folder in config" |
| 13 | + description: 'Test monorepo by specifying folder in config' |
14 | 14 | type: string
|
15 | 15 | required: true
|
16 | 16 |
|
|
35 | 35 | uses: actions/setup-node@v4
|
36 | 36 | with:
|
37 | 37 | node-version: ${{ env.node_version }}
|
38 |
| - registry-url: "https://registry.npmjs.org" |
| 38 | + registry-url: 'https://registry.npmjs.org' |
39 | 39 | - name: Install dependencies
|
40 | 40 | run: npm ci
|
41 | 41 | - name: Download build artifact
|
|
82 | 82 | uses: actions/setup-node@v4
|
83 | 83 | with:
|
84 | 84 | node-version: ${{ env.node_version }}
|
85 |
| - registry-url: "https://registry.npmjs.org" |
| 85 | + registry-url: 'https://registry.npmjs.org' |
86 | 86 | - name: Install dependencies
|
87 | 87 | run: npm ci
|
88 | 88 | - name: Download build artifact
|
@@ -130,7 +130,7 @@ jobs:
|
130 | 130 | uses: actions/setup-node@v4
|
131 | 131 | with:
|
132 | 132 | node-version: ${{ env.node_version }}
|
133 |
| - registry-url: "https://registry.npmjs.org" |
| 133 | + registry-url: 'https://registry.npmjs.org' |
134 | 134 | - name: Install dependencies
|
135 | 135 | run: npm ci
|
136 | 136 | - name: Download build artifact
|
@@ -178,7 +178,7 @@ jobs:
|
178 | 178 | uses: actions/setup-node@v4
|
179 | 179 | with:
|
180 | 180 | node-version: ${{ env.node_version }}
|
181 |
| - registry-url: "https://registry.npmjs.org" |
| 181 | + registry-url: 'https://registry.npmjs.org' |
182 | 182 | - name: Install dependencies
|
183 | 183 | run: npm ci
|
184 | 184 | - name: Download build artifact
|
@@ -230,7 +230,7 @@ jobs:
|
230 | 230 | uses: actions/setup-node@v4
|
231 | 231 | with:
|
232 | 232 | node-version: ${{ env.node_version }}
|
233 |
| - registry-url: "https://registry.npmjs.org" |
| 233 | + registry-url: 'https://registry.npmjs.org' |
234 | 234 | - name: Install dependencies
|
235 | 235 | run: npm ci
|
236 | 236 | - name: Download build artifact
|
@@ -277,7 +277,7 @@ jobs:
|
277 | 277 | uses: actions/setup-node@v4
|
278 | 278 | with:
|
279 | 279 | node-version: ${{ env.node_version }}
|
280 |
| - registry-url: "https://registry.npmjs.org" |
| 280 | + registry-url: 'https://registry.npmjs.org' |
281 | 281 | - name: Install dependencies
|
282 | 282 | run: npm ci
|
283 | 283 | - name: Download build artifact
|
|
0 commit comments