Skip to content

Commit

Permalink
chore(ci): build one app
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacplmann committed Nov 15, 2023
1 parent 260ab15 commit e9079c8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: CI
on:
push:
branches:
# Change this if your primary branch is not main
- main
pull_request:

Expand All @@ -13,5 +12,9 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
# Setup pnpm
- uses: pnpm/action-setup@v2
with:
version: 8
- run: pnpm install --frozen-lockfile
- run: pnpm nx build cart

0 comments on commit e9079c8

Please sign in to comment.