We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d33c82 + 9361639 commit 5a70dc5Copy full SHA for 5a70dc5
1 file changed
.github/workflows/build.yml
@@ -163,15 +163,21 @@ jobs:
163
command: yarn install --ignore-engines
164
on_retry_command: rm -R node_modules
165
166
- - name: Build Pulsar
+ - name: Rebuild Pulsar Dependencies for Electron
167
uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e
168
with:
169
timeout_minutes: 30
170
max_attempts: 3
171
retry_on: error
172
- command: |
173
- yarn build
174
- yarn run build:apm
+ command: yarn build
+
+ - name: Build ppm
175
+ uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e
176
+ with:
177
+ timeout_minutes: 30
178
+ max_attempts: 3
179
+ retry_on: error
180
+ command: yarn build:apm
181
182
- name: Cache Pulsar dependencies - Linux
183
if: ${{ runner.os == 'Linux' }}
0 commit comments