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 6aacb90 commit 466d93f
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/deploy-changed-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,17 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
# Setup pnpm
# - uses: pnpm/action-setup@v2
# with:
# version: 8
# - run: pnpm install

- run: npm i -D
Setup pnpm
- uses: pnpm/action-setup@v2
with:
version: 8
- run: pnpm install -D
- run: pnpm install -D
- run: npx [email protected] affected -t docker-compose

# - run: npm i -D
# - run: npx [email protected] 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
Expand Down

0 comments on commit 466d93f

Please sign in to comment.