Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Braden1996 committed Jul 28, 2024
1 parent c269627 commit e58557b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ jobs:
- name: Install dependencies
run: yarn install --immutable

- name: Check Package Sync
run: if [[ -z $(yarn syncpack list-mismatches) ]]; then echo exit 0; else echo exit 1; fi

- name: Build
run: yarn run build

Expand Down Expand Up @@ -65,5 +62,6 @@ jobs:
- name: Generate new syncpack snapshot
run: yarn run update-syncpack-snapshot
shell: bash

- name: Check for unexpected workspace dependency drift
run: git diff --exit-code -- syncpack-snapshot.txt

0 comments on commit e58557b

Please sign in to comment.