Skip to content

Commit

Permalink
update gh action to avoid build and testing for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jodeleeuw committed Jan 14, 2025
1 parent 6357cc4 commit 0601d9c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Build
run: npm run build

- name: Run tests
run: npm test -- --ci

- name: Create Release Pull Request or Publish Packages
id: changesets
uses: changesets/action@v1
Expand Down

0 comments on commit 0601d9c

Please sign in to comment.