Skip to content

Commit

Permalink
poke with ci
Browse files Browse the repository at this point in the history
Signed-off-by: denis-tingaikin <denis.tingajkin@xored.com>
  • Loading branch information
denis-tingaikin committed Jan 12, 2025
1 parent 79e6883 commit f674e50
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,13 @@ jobs:
run: node common/scripts/install-run-rush.js model-version

- name: Building...
run: node common/scripts/install-run-rush.js build -p 20
run: node common/scripts/install-run-rush.js build -p max

- name: Bundle...
run: node common/scripts/install-run-rush.js bundle -p 20
run: node common/scripts/install-run-rush.js bundle -p max

- name: Validate...
run: node common/scripts/install-run-rush.js validate -p 20
run: node common/scripts/install-run-rush.js validate -p max

- name: Cache build results
uses: actions/cache@v4
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
run: node common/scripts/install-run-rush.js install

- name: Docker Build
run: node common/scripts/install-run-rush.js docker:build -p 20
run: node common/scripts/install-run-rush.js docker:build -p max
env:
DOCKER_CLI_HINTS: false
- name: Prepare server
Expand Down Expand Up @@ -341,7 +341,7 @@ jobs:
run: node common/scripts/install-run-rush.js install

- name: Docker Build
run: node common/scripts/install-run-rush.js docker:build -p 20
run: node common/scripts/install-run-rush.js docker:build -p max
env:
DOCKER_CLI_HINTS: false
- name: Prepare server
Expand Down Expand Up @@ -406,7 +406,7 @@ jobs:
run: node common/scripts/install-run-rush.js install

- name: Docker Build
run: node common/scripts/install-run-rush.js docker:build -p 20
run: node common/scripts/install-run-rush.js docker:build -p max
env:
DOCKER_CLI_HINTS: false
- name: Configure /etc/hosts
Expand Down Expand Up @@ -591,7 +591,7 @@ jobs:
- name: Model version from git tags
run: node common/scripts/install-run-rush.js model-version
- name: Package
run: node common/scripts/install-run-rush.js package --to desktop -p 20 -v
run: node common/scripts/install-run-rush.js package --to desktop -p max -v
- name: Package JSON
run: |
cd desktop-package
Expand Down

0 comments on commit f674e50

Please sign in to comment.