|
|
@@ -13,6 +13,8 @@ jobs:
|
|
|
lint:
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
|
+ if: ${{ false }}
|
|
|
+
|
|
|
strategy:
|
|
|
matrix:
|
|
|
node-version: [14.x]
|
|
|
@@ -62,6 +64,8 @@ jobs:
|
|
|
test:
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
|
+ if: ${{ false }}
|
|
|
+
|
|
|
strategy:
|
|
|
matrix:
|
|
|
node-version: [14.x]
|
|
|
@@ -133,6 +137,8 @@ jobs:
|
|
|
launch-dev:
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
|
+ if: ${{ false }}
|
|
|
+
|
|
|
strategy:
|
|
|
matrix:
|
|
|
node-version: [14.x]
|
|
|
@@ -225,7 +231,9 @@ jobs:
|
|
|
|
|
|
- name: Build
|
|
|
run: |
|
|
|
- yarn lerna run build
|
|
|
+ # yarn lerna run build
|
|
|
+ mkdir packages/app/dist
|
|
|
+ touch packages/app/dist/dummy
|
|
|
env:
|
|
|
ANALYZE_BUNDLE_SIZE: 1
|
|
|
|
|
|
@@ -263,6 +271,8 @@ jobs:
|
|
|
needs: [build-prod-node14]
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
|
+ if: ${{ false }}
|
|
|
+
|
|
|
strategy:
|
|
|
matrix:
|
|
|
node-version: [14.x]
|