Skip to content

Commit

Permalink
chore(ci): Publish - speedup (#8456)
Browse files Browse the repository at this point in the history
  • Loading branch information
ovr authored Jul 13, 2024
1 parent 33da65e commit 2b6c7dc
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,18 +107,6 @@ jobs:
# We don't need to install all yarn deps to build native
- name: Install cargo-cp-artifact
run: npm install -g [email protected]
- name: Yarn install
uses: nick-fields/retry@v3
env:
CUBESTORE_SKIP_POST_INSTALL: true
with:
max_attempts: 3
retry_on: error
retry_wait_seconds: 15
timeout_minutes: 20
command: yarn install --frozen-lockfile
- name: Compile TypeScript
run: yarn tsc
- name: Build native (fallback)
if: (matrix.python-version == 'fallback')
env:
Expand Down Expand Up @@ -212,18 +200,6 @@ jobs:
# We don't need to install all yarn deps to build native
- name: Install cargo-cp-artifact
run: npm install -g [email protected]
- name: Yarn install
uses: nick-fields/retry@v3
env:
CUBESTORE_SKIP_POST_INSTALL: true
with:
max_attempts: 3
retry_on: error
retry_wait_seconds: 15
timeout_minutes: 20
command: yarn install --frozen-lockfile
- name: Compile TypeScript
run: yarn tsc
- name: Build native (fallback)
if: (matrix.python-version == 'fallback')
run: cd packages/cubejs-backend-native && npm run native:build-release
Expand Down Expand Up @@ -298,18 +274,6 @@ jobs:
# We don't need to install all yarn deps to build native
- name: Install cargo-cp-artifact
run: npm install -g [email protected]
- name: Yarn install
uses: nick-fields/retry@v3
env:
CUBESTORE_SKIP_POST_INSTALL: true
with:
max_attempts: 3
retry_on: error
retry_wait_seconds: 15
timeout_minutes: 20
command: yarn install --frozen-lockfile
- name: Compile TypeScript
run: yarn tsc
- name: Build native (fallback)
if: (matrix.python-version == 'fallback')
run: cd packages/cubejs-backend-native && npm run native:build-release
Expand Down

0 comments on commit 2b6c7dc

Please sign in to comment.