13
13
options : --user 1001
14
14
steps :
15
15
- name : Checkout
16
- uses : actions/checkout@v3
16
+ uses : actions/checkout@v4
17
17
18
18
- name : Cypress install
19
19
uses : cypress-io/github-action@v6
29
29
- run : yarn build:ci
30
30
31
31
- name : Save build folder
32
- uses : actions/upload-artifact@v3
32
+ uses : actions/upload-artifact@v4
33
33
with :
34
34
name : build
35
35
if-no-files-found : error
@@ -53,10 +53,10 @@ jobs:
53
53
containers : [1, 2, 3, 4, 5]
54
54
steps :
55
55
- name : Checkout
56
- uses : actions/checkout@v3
56
+ uses : actions/checkout@v4
57
57
58
58
- name : Download the build folders
59
- uses : actions/download-artifact@v3
59
+ uses : actions/download-artifact@v4
60
60
with :
61
61
name : build
62
62
path : build
@@ -106,18 +106,18 @@ jobs:
106
106
containers : [1, 2, 3, 4, 5]
107
107
steps :
108
108
- name : Checkout
109
- uses : actions/checkout@v3
109
+ uses : actions/checkout@v4
110
110
111
111
- name : Download the build folders
112
- uses : actions/download-artifact@v3
112
+ uses : actions/download-artifact@v4
113
113
with :
114
114
name : build
115
115
path : build
116
116
117
117
- name : " UI Tests - Chrome - Mobile"
118
118
uses : cypress-io/github-action@v6
119
119
with :
120
- config : " '{" e2e":{"viewportWidth":375,"viewportHeight":667}}"
120
+ config : ' {"e2e":{"viewportWidth":375,"viewportHeight":667}}'
121
121
start : yarn start:ci
122
122
wait-on : " http://localhost:3000"
123
123
wait-on-timeout : 120
@@ -152,10 +152,10 @@ jobs:
152
152
containers : [1, 2, 3, 4, 5]
153
153
steps :
154
154
- name : Checkout
155
- uses : actions/checkout@v3
155
+ uses : actions/checkout@v4
156
156
157
157
- name : Download the build folders
158
- uses : actions/download-artifact@v3
158
+ uses : actions/download-artifact@v4
159
159
with :
160
160
name : build
161
161
path : build
@@ -197,18 +197,18 @@ jobs:
197
197
containers : [1, 2, 3, 4, 5]
198
198
steps :
199
199
- name : Checkout
200
- uses : actions/checkout@v3
200
+ uses : actions/checkout@v4
201
201
202
202
- name : Download the build folders
203
- uses : actions/download-artifact@v3
203
+ uses : actions/download-artifact@v4
204
204
with :
205
205
name : build
206
206
path : build
207
207
208
208
- name : " UI Tests - Firefox - Mobile"
209
209
uses : cypress-io/github-action@v6
210
210
with :
211
- config : " '{" e2e":{"viewportWidth":375,"viewportHeight":667}}"
211
+ config : ' {"e2e":{"viewportWidth":375,"viewportHeight":667}}'
212
212
start : yarn start:ci
213
213
wait-on : " http://localhost:3000"
214
214
wait-on-timeout : 120
0 commit comments