Skip to content

Commit

Permalink
ci: build before test
Browse files Browse the repository at this point in the history
  • Loading branch information
juanrgm committed Dec 5, 2023
1 parent 2bfa7de commit d52c754
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ jobs:
node-version: ${{ env.NODE_VERSION }}
cache: pnpm
- run: pnpm install
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: pnpm build
- name: Setup system config
run: git config --global user.email "datatruck@localhost" && git config --global user.name "Datatruck"
- name: Install system dependencies
Expand All @@ -46,8 +45,6 @@ jobs:
run: sudo npm test
env:
CI: true
- name: Build
run: pnpm build
- name: Create release pull request or publish to npm
id: changesets
uses: changesets/action@v1
Expand Down

0 comments on commit d52c754

Please sign in to comment.