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 05afc10
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 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/nx-cloud-main.yml@v0.13.1
with:
working-directory: './'
main-branch-name: main
number-of-agents: 3
init-commands: |
Expand Down

0 comments on commit 05afc10

Please sign in to comment.