Skip to content

Commit

Permalink
ci 2 try
Browse files Browse the repository at this point in the history
  • Loading branch information
juri-sinitson committed Mar 15, 2024
1 parent 6042d2f commit 5b4c7a3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,12 @@ jobs:
main:
runs-on: ubuntu-latest
steps:
- run: echo "Hello GitHub Actions!"
- 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 examples-backend

0 comments on commit 5b4c7a3

Please sign in to comment.