Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
bryceosterhaus committed Jun 7, 2024
1 parent e658bfb commit 8121b14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
with:
path: ${{ env.yarn-cache-path }}
key: ${{ runner.os }}-${{ env.yarn-cache-name }}-v2-${{ hashFiles('**/yarn.lock') }}-
- run: yarn add -g typescript
- run: yarn --cache-folder=${{ env.yarn-cache-path }} --frozen-lockfile
- run: yarn --cache-folder=${{ env.yarn-cache-path }} build
- run: yarn --cache-folder=${{ env.yarn-cache-path }} test

0 comments on commit 8121b14

Please sign in to comment.