File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,13 +39,13 @@ jobs:
39
39
- run : yarn install --frozen-lockfile
40
40
- run : yarn build
41
41
- 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
43
43
- run : npx serve -l 8080 dist & npm run wait-on-neo4j && yarn wait-on-dev
44
44
- run : echo "Servers ready!"
45
45
- run : yarn e2e --env server=${{ matrix.neo4j-version }},browser-password=password,edition=${{ matrix.neo4j-edition }}
46
46
- name : Upload test screenshots
47
47
if : failure()
48
- uses : actions/upload-artifact@v3
48
+ uses : actions/upload-artifact@v4
49
49
with :
50
50
name : test-screenshots-${{ matrix.neo4j-version }}-${{ matrix.neo4j-edition }}
51
51
path : |
Original file line number Diff line number Diff line change 20
20
- run : yarn install --frozen-lockfile
21
21
- run : yarn build
22
22
- 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
24
24
- name : Setup Keycloak and Neo4j
25
25
working-directory : ./docker/sso-keycloak
26
26
run : docker compose -f docker-compose.yml up -d --remove-orphans
31
31
- run : yarn e2e-sso
32
32
- name : Upload test screenshots
33
33
if : failure()
34
- uses : actions/upload-artifact@v3
34
+ uses : actions/upload-artifact@v4
35
35
with :
36
36
name : test-screenshots-sso
37
37
path : |
You can’t perform that action at this time.
0 commit comments