Skip to content

Commit

Permalink
Remove libgconf install step on CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
louise-davies committed Jan 9, 2025
1 parent 0765856 commit 49bf890
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 49bf890

Please sign in to comment.