Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyblasczyk committed Sep 17, 2024
1 parent a6a0966 commit 4b2da0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
- name: Setup
uses: ./tooling/github/setup

- name: Build
run: pnpm run build

- name: Run Vite Tests
run: pnpm test

Expand Down
5 changes: 1 addition & 4 deletions tooling/github/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: "Common setup steps for Actions"
runs:
using: composite
steps:
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 22
Expand All @@ -13,8 +13,5 @@ runs:
- shell: bash
run: pnpm add -g turbo

- name: Copy .npmrc
run: cp .npmrc $HOME/.npmrc

- shell: bash
run: pnpm install

0 comments on commit 4b2da0b

Please sign in to comment.