Skip to content

Commit

Permalink
chore(repo): debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-stepanenko committed Nov 17, 2023
1 parent 8ebfb33 commit f1050fd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,17 @@ permissions:
contents: read

jobs:
debug:
name: Debug
runs-on: ubuntu-latest
steps:
- run: echo ${{ github.workspace }}

main:
name: Nx Cloud - Main Job
uses: nrwl/ci/.github/workflows/[email protected]
with:
working-directory: '.'
main-branch-name: main
number-of-agents: 3
init-commands: |
Expand All @@ -32,3 +39,4 @@ jobs:
uses: nrwl/ci/.github/workflows/[email protected]
with:
number-of-agents: 3
working-directory: '.'
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
"prepare": "husky install"
},
"private": true,
"packageManager": "[email protected]",
"engines": {
"pnpm": "^8.0.0"
},
"devDependencies": {
"@builder.io/qwik": "~1.2.6",
"@builder.io/qwik-city": "~1.2.6",
Expand Down

0 comments on commit f1050fd

Please sign in to comment.