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 1218573 commit 260ab15
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@ jobs:
main:
runs-on: ubuntu-latest
steps:
- run: echo "Hello GitHub Actions!"
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: pnpm install --frozen-lockfile
- run: pnpm nx build cart

0 comments on commit 260ab15

Please sign in to comment.