Skip to content

Commit

Permalink
fix: pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
apalchys committed Jan 9, 2025
1 parent d5bc1ce commit 86f68bd
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,8 @@ jobs:
restore-keys: |
${{ runner.os }}-${{ env.cache-name }}-
- name: Install turbo
run: npm install turbo@2 --global

- name: Generate a isolated subworkspace for Client
run: turbo prune --scope=client --docker
run: npx turbo prune --scope=client --docker

- name: Add lockfile and package.json's and source of isolated subworkspace
run: |
Expand Down Expand Up @@ -122,11 +119,8 @@ jobs:
restore-keys: |
${{ runner.os }}-${{ env.cache-name }}-
- name: Install turbo
run: npm install turbo@1 --global

- name: Generate a isolated subworkspace for Client
run: turbo prune --scope=server --docker
run: npx turbo prune --scope=server --docker

- name: Add lockfile and package.json's and source of isolated subworkspace
run: |
Expand Down Expand Up @@ -186,11 +180,8 @@ jobs:
restore-keys: |
${{ runner.os }}-${{ env.cache-name }}-
- name: Install turbo
run: npm install turbo@1 --global

- name: Generate a isolated subworkspace for Client
run: turbo prune --scope=server --scope=nestjs --docker
run: npx turbo prune --scope=server --scope=nestjs --docker

- name: Add lockfile and package.json's and source of isolated subworkspace
run: |
Expand Down

0 comments on commit 86f68bd

Please sign in to comment.