Skip to content

Commit 1d2809e

Browse files
committed
update cypress deps for ubuntu-latest
1 parent 8372e3d commit 1d2809e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- run: yarn install --frozen-lockfile
4040
- run: yarn build
4141
- run: sudo apt-get update
42-
- run: sudo apt-get -y install libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb
42+
- run: sudo apt-get -y install libgtk2.0-0t64 libgtk-3-0t64 libgbm-dev libnotify-dev libnss3 libxss1 libasound2t64 libxtst6 xauth xvfb
4343
- run: npx serve -l 8080 dist & npm run wait-on-neo4j && yarn wait-on-dev
4444
- run: echo "Servers ready!"
4545
- run: yarn e2e --env server=${{ matrix.neo4j-version }},browser-password=password,edition=${{ matrix.neo4j-edition }}

.github/workflows/pr-sso-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- run: yarn install --frozen-lockfile
2121
- run: yarn build
2222
- run: sudo apt-get update
23-
- run: sudo apt-get -y install libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb
23+
- run: sudo apt-get -y install libgtk2.0-0t64 libgtk-3-0t64 libgbm-dev libnotify-dev libnss3 libxss1 libasound2t64 libxtst6 xauth xvfb
2424
- name: Setup Keycloak and Neo4j
2525
working-directory: ./docker/sso-keycloak
2626
run: docker compose -f docker-compose.yml up -d --remove-orphans

0 commit comments

Comments
 (0)