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 a12e7d8 commit 1a5b960
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,6 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 16
- name: Ensure docker-compose exists and has correct permissions
run: |
sudo touch /usr/bin/docker-compose
sudo chmod 755 /usr/bin/docker-compose
docker-compose -v
- name: Restore Lerna
id: yarn-cache
uses: actions/cache@v2
Expand Down Expand Up @@ -188,6 +182,7 @@ jobs:
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: "true"
run: |
sudo ln -s /usr/bin/docker /usr/bin/docker-compose
# sudo chmod 755 /usr/bin/docker-compose
yarn workspace @telekom/scale-visual-tests test:ci -u
- name: Check for any snapshots changes
Expand Down

0 comments on commit 1a5b960

Please sign in to comment.