Skip to content

Commit

Permalink
ci(github actions): try
Browse files Browse the repository at this point in the history
  • Loading branch information
anteqkois committed May 3, 2024
1 parent 8e50328 commit 3281d15
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/deploy-changed-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,16 @@ 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/cypress @nx/esbuild @nx/eslint-plugin @nx/eslint @nx/jest @nx/js @nx/nest @nx/next @nx/node @nx/react @nx/web @nx/webpack @nx/workspace
- run: npx nx affected -t docker-compose

# - run: npm add --global nx@latest
# - 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 add --global nx@latest
# - run: nx affected -t docker-compose
# - run: npx nx affected -t docker-compose

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

0 comments on commit 3281d15

Please sign in to comment.