Skip to content

Commit

Permalink
Merge pull request #90 from embroider-build/add-monorepo-test-to-ci
Browse files Browse the repository at this point in the history
Add monorepo tests to CI matrix
  • Loading branch information
simonihmig authored Jan 12, 2023
2 parents 4ad7857 + 1e589ca commit 2ff3545
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/pnpm/action.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Setup node and pnpm
description: Setup node and install dependencies using pnpm
runs:
using: "composite"
using: 'composite'
steps:
- uses: volta-cli/action@v4
- name: Cache pnpm modules
Expand All @@ -13,5 +13,5 @@ runs:
${{ runner.os }}-pnpm-
- uses: pnpm/[email protected]
with:
version: 7.1.0
version: 7
run_install: true
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
- addon-location
- test-app-location
- typescript
- existing monorepo
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/pnpm
Expand Down

0 comments on commit 2ff3545

Please sign in to comment.