Skip to content

Commit

Permalink
Update build-pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amir-ba authored Aug 27, 2024
1 parent 85c4eaa commit 1c03324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ jobs:
run: |
sudo touch /usr/bin/docker-compose
sudo chmod 755 /usr/bin/docker-compose
sudo ln -s /usr/bin/docker /usr/local/bin/docker-compose
docker-compose -v
- name: Restore Lerna
Expand Down Expand Up @@ -188,6 +187,7 @@ jobs:
CI: true
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: "true"
run: |
sudo ln -s /usr/bin/docker /usr/local/bin/docker-compose
yarn workspace @telekom/scale-visual-tests test:ci -u
- name: Check for any snapshots changes
Expand Down

0 comments on commit 1c03324

Please sign in to comment.