Skip to content

Commit

Permalink
fix: test pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
tshimber committed Sep 2, 2024
1 parent 6c7eac0 commit 8404698
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: build-pr
on:
workflow_dispatch:
pull_request:
branches:
- main
Expand Down Expand Up @@ -137,12 +138,12 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Set up Docker Compose alias
- 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 Expand Up @@ -240,3 +241,4 @@ jobs:
- name: Check for uncommitted changes
run: |
sh scripts/porcelain.sh
cat packages/components/custom-elements.json

0 comments on commit 8404698

Please sign in to comment.