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.
1 parent 139771f commit e13246dCopy full SHA for e13246d
.github/workflows/jobs.yaml
@@ -280,7 +280,7 @@ jobs:
280
281
no-warnings-and-make-assets:
282
name: "React Code Has No Warnings & is Prettified, then Make Assets"
283
- runs-on: ${{ matrix.os }}
+ runs-on: self-hosted
284
strategy:
285
matrix:
286
go-version: [ 1.18.x, 1.19.x ]
@@ -328,6 +328,8 @@ jobs:
328
restore-keys: |
329
${{ runner.os }}-assets-
330
331
+ - uses: mskelton/setup-yarn@v1
332
+
333
- name: Install Dependencies
334
working-directory: ./portal-ui
335
continue-on-error: false
0 commit comments