Skip to content

Commit

Permalink
Merge pull request #1426 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 0765856 + 49bf890 commit f3018e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@ jobs:
node-version: 20
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 linting
run: yarn lint:js
- name: Run unit tests
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: Build
run: yarn build
Expand Down

0 comments on commit f3018e5

Please sign in to comment.