Skip to content

Commit

Permalink
ci(git actions): try
Browse files Browse the repository at this point in the history
  • Loading branch information
anteqkois committed May 3, 2024
1 parent ec24e46 commit 8e50328
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deploy-changed-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,13 @@ jobs:
# version: 8
# - run: pnpm install

- run: npm ls --depth=0 --parseable=true | grep '/@nx/' | awk -F'/' '{printf "%s/%s\n", $(NF-1), $NF}' | xargs npm install
- run: npx nx@latest affected -t docker-compose
# - run: npx nx affected -t docker-compose
# - run: npm install @nx
# - run: npx nx affected -t docker-compose

# - run: npm add --global nx@latest
# - run: npm add --global nx@latest
# - run: nx affected -t docker-compose
# - run: npx nx affected -t docker-compose

# - uses: mansagroup/nrwl-nx-action@v3
Expand Down

0 comments on commit 8e50328

Please sign in to comment.