|
22 | 22 | cache: 'yarn' |
23 | 23 |
|
24 | 24 | - name: Install dependencies |
25 | | - # Ubuntu 16+ does not install libgconf-2-4 by default, so we need to install it ourselves (for Cypress) |
26 | | - run: | |
27 | | - sudo apt-get install libgconf-2-4 |
28 | | - yarn --immutable |
| 25 | + run: yarn --immutable |
29 | 26 |
|
30 | 27 | # Linting and unit testing |
31 | 28 | - name: Run linting |
@@ -174,10 +171,7 @@ jobs: |
174 | 171 | cache: 'yarn' |
175 | 172 |
|
176 | 173 | - name: Install dependencies |
177 | | - # Ubuntu 16+ does not install libgconf-2-4 by default, so we need to install it ourselves (for Cypress) |
178 | | - run: | |
179 | | - sudo apt-get install libgconf-2-4 |
180 | | - yarn --immutable |
| 174 | + run: yarn --immutable |
181 | 175 |
|
182 | 176 | - name: Run datagateway-dataview e2e tests |
183 | 177 | run: yarn workspace datagateway-dataview run e2e |
@@ -342,10 +336,7 @@ jobs: |
342 | 336 | cache: 'yarn' |
343 | 337 |
|
344 | 338 | - name: Install dependencies |
345 | | - # Ubuntu 16+ does not install libgconf-2-4 by default, so we need to install it ourselves (for Cypress) |
346 | | - run: | |
347 | | - sudo apt-get install libgconf-2-4 |
348 | | - yarn --immutable |
| 339 | + run: yarn --immutable |
349 | 340 |
|
350 | 341 | - name: Run datagateway-download e2e tests |
351 | 342 | run: yarn workspace datagateway-download run e2e |
@@ -475,10 +466,7 @@ jobs: |
475 | 466 | cache: 'yarn' |
476 | 467 |
|
477 | 468 | - name: Install dependencies |
478 | | - # Ubuntu 16+ does not install libgconf-2-4 by default, so we need to install it ourselves (for Cypress) |
479 | | - run: | |
480 | | - sudo apt-get install libgconf-2-4 |
481 | | - yarn --immutable |
| 469 | + run: yarn --immutable |
482 | 470 |
|
483 | 471 | - name: Run datagateway-search e2e tests |
484 | 472 | run: yarn workspace datagateway-search run e2e |
|
0 commit comments