File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ jobs:
133
133
visual-tests :
134
134
runs-on : ubuntu-latest
135
135
steps :
136
- - uses : actions/checkout@v3
136
+ - uses : actions/checkout@v2
137
137
- uses : actions/setup-node@v2
138
138
with :
139
139
node-version : 16
@@ -176,13 +176,12 @@ jobs:
176
176
177
177
- name : Run visual tests
178
178
id : visual-tests
179
-
180
179
env :
181
180
CI : true
182
181
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD : " true"
183
182
run : |
184
- sudo ln -s /usr/bin/docker /usr/bin/docker-compose
185
- # sudo chmod 755 /usr/bin/docker-compose
183
+ # sudo ln -s /usr/bin/docker /usr/bin/docker-compose
184
+ # # sudo chmod 755 /usr/bin/docker-compose
186
185
yarn workspace @telekom/scale-visual-tests test:ci -u
187
186
188
187
- name : Check for any snapshots changes
You can’t perform that action at this time.
0 commit comments