Skip to content

Commit

Permalink
ci: sets up docker compose alias for compatibility (#2342)
Browse files Browse the repository at this point in the history
  • Loading branch information
amir-ba authored Aug 28, 2024
1 parent c8ba489 commit 8a694a2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,15 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- uses: actions/setup-node@v3
with:
node-version: 16

- name: Set up Docker Compose alias
run: |
sudo touch /usr/bin/docker-compose
echo 'docker compose --compatibility "$@"' | sudo tee /usr/bin/docker-compose
sudo chmod +x /usr/bin/docker-compose
- name: Restore Lerna
id: yarn-cache
uses: actions/cache@v2
Expand Down

0 comments on commit 8a694a2

Please sign in to comment.