Skip to content

Commit

Permalink
Merge pull request #1692 from ral-facilities/fix-ci-libgconf
Browse files Browse the repository at this point in the history
Remove libgconf install step on CI jobs
  • Loading branch information
louise-davies authored Jan 9, 2025
2 parents 44b11eb + a0585dc commit 20091c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 20 deletions.
20 changes: 4 additions & 16 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ jobs:
cache: 'yarn'

- name: Install dependencies
# Ubuntu 16+ does not install libgconf-2-4 by default, so we need to install it ourselves (for Cypress)
run: |
sudo apt-get install libgconf-2-4
yarn --immutable
run: yarn --immutable

# Linting and unit testing
- name: Run linting
Expand Down Expand Up @@ -174,10 +171,7 @@ jobs:
cache: 'yarn'

- name: Install dependencies
# Ubuntu 16+ does not install libgconf-2-4 by default, so we need to install it ourselves (for Cypress)
run: |
sudo apt-get install libgconf-2-4
yarn --immutable
run: yarn --immutable

- name: Run datagateway-dataview e2e tests
run: yarn workspace datagateway-dataview run e2e
Expand Down Expand Up @@ -342,10 +336,7 @@ jobs:
cache: 'yarn'

- name: Install dependencies
# Ubuntu 16+ does not install libgconf-2-4 by default, so we need to install it ourselves (for Cypress)
run: |
sudo apt-get install libgconf-2-4
yarn --immutable
run: yarn --immutable

- name: Run datagateway-download e2e tests
run: yarn workspace datagateway-download run e2e
Expand Down Expand Up @@ -475,10 +466,7 @@ jobs:
cache: 'yarn'

- name: Install dependencies
# Ubuntu 16+ does not install libgconf-2-4 by default, so we need to install it ourselves (for Cypress)
run: |
sudo apt-get install libgconf-2-4
yarn --immutable
run: yarn --immutable

- name: Run datagateway-search e2e tests
run: yarn workspace datagateway-search run e2e
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@ jobs:
cache: 'yarn'

- name: Install dependencies
# Ubuntu 16+ does not install libgconf-2-4 by default, so we need to install it ourselves (for Cypress)
run: |
sudo apt-get install libgconf-2-4
yarn --immutable
run: yarn --immutable

- name: Determine tag name
run: |
Expand Down

0 comments on commit 20091c4

Please sign in to comment.