Skip to content

Commit

Permalink
Removed execute
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebGerman committed Jan 10, 2025
1 parent 54e78d8 commit debeb1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Checkout master branch
run: git checkout master

- name: Install pnpm
uses: pnpm/action-setup@v2
with:
Expand All @@ -51,4 +51,4 @@ jobs:
run: npm run test:cover --prefix ./packages/changed-elements-react

- name: Check if changeset is present
run: pnpm exec changeset status
run: pnpm changeset status

0 comments on commit debeb1a

Please sign in to comment.