We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8ba489 commit 8a694a2Copy full SHA for 8a694a2
.github/workflows/build-pr.yml
@@ -134,12 +134,15 @@ jobs:
134
runs-on: ubuntu-20.04
135
steps:
136
- uses: actions/checkout@v3
137
- with:
138
- ref: ${{ github.head_ref }}
139
- uses: actions/setup-node@v3
140
with:
141
node-version: 16
142
-
+ - name: Set up Docker Compose alias
+ run: |
+ sudo touch /usr/bin/docker-compose
143
+ echo 'docker compose --compatibility "$@"' | sudo tee /usr/bin/docker-compose
144
+ sudo chmod +x /usr/bin/docker-compose
145
+
146
- name: Restore Lerna
147
id: yarn-cache
148
uses: actions/cache@v2
0 commit comments