Skip to content

Commit 0ccbf1c

Browse files
authored
Update build-pr.yml
1 parent 1a5b960 commit 0ccbf1c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build-pr.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
visual-tests:
134134
runs-on: ubuntu-latest
135135
steps:
136-
- uses: actions/checkout@v3
136+
- uses: actions/checkout@v2
137137
- uses: actions/setup-node@v2
138138
with:
139139
node-version: 16
@@ -176,13 +176,12 @@ jobs:
176176
177177
- name: Run visual tests
178178
id: visual-tests
179-
180179
env:
181180
CI: true
182181
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: "true"
183182
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
186185
yarn workspace @telekom/scale-visual-tests test:ci -u
187186
188187
- name: Check for any snapshots changes

0 commit comments

Comments
 (0)