Skip to content

Commit

Permalink
feat: added config 💩 Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wootsbot committed Dec 20, 2023
1 parent 143e40d commit ba30dfd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull_request_stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: 💩 Tests
run: pnpm test:coverage

- name: 💣 build
run: pnpm turbo run build --cache-dir=".turbo"

- name: 💩 Tests
run: pnpm test:coverage

- name: bundlesize
run: pnpm turbo run bundlesize --cache-dir=".turbo"

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: 💩 Tests
run: pnpm test:coverage

- name: 💣 build
run: pnpm turbo run build

- name: 💩 Tests
run: pnpm test:coverage

- name: bundlesize
run: pnpm turbo run bundlesize

Expand Down

0 comments on commit ba30dfd

Please sign in to comment.