Skip to content

Commit

Permalink
feat(monorepo): Remove the Nx-Cloud configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
sullivanpj committed Jul 22, 2024
1 parent a8c74c0 commit 467182b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,17 +78,17 @@ runs:
run_install: false
package_json_file: ${{ inputs.workingDirectory }}/package.json

- name: Install Nx-Cloud CLI
shell: bash
if: inputs.packageManager == 'pnpm'
run: pnpm i nx-cloud -g
working-directory: ${{ inputs.workingDirectory }}
# - name: Install Nx-Cloud CLI
# shell: bash
# if: inputs.packageManager == 'pnpm'
# run: pnpm i nx-cloud -g
# working-directory: ${{ inputs.workingDirectory }}

- name: Start Nx Cloud CI run
shell: bash
if: inputs.packageManager == 'pnpm'
run: pnpm exec nx-cloud start-ci-run --distribute-on=".nx/workflows/dynamic-changesets.yaml"
working-directory: ${{ inputs.workingDirectory }}
# - name: Start Nx Cloud CI run
# shell: bash
# if: inputs.packageManager == 'pnpm'
# run: pnpm exec nx-cloud start-ci-run --distribute-on=".nx/workflows/dynamic-changesets.yaml"
# working-directory: ${{ inputs.workingDirectory }}

# - name: setup node
# uses: actions/setup-node@v4
Expand Down

0 comments on commit 467182b

Please sign in to comment.