|
@ -19,6 +19,10 @@ jobs: |
|
|
- name: checkout |
|
|
- name: checkout |
|
|
uses: actions/checkout@v3 |
|
|
uses: actions/checkout@v3 |
|
|
|
|
|
|
|
|
|
|
|
- uses: actions/setup-node@v3 |
|
|
|
|
|
with: |
|
|
|
|
|
node-version: 16 |
|
|
|
|
|
|
|
|
- name: cache package-lock.json |
|
|
- name: cache package-lock.json |
|
|
uses: actions/cache@v3 |
|
|
uses: actions/cache@v3 |
|
|
with: |
|
|
with: |
|
@ -51,6 +55,10 @@ jobs: |
|
|
- name: checkout |
|
|
- name: checkout |
|
|
uses: actions/checkout@v3 |
|
|
uses: actions/checkout@v3 |
|
|
|
|
|
|
|
|
|
|
|
- uses: actions/setup-node@v3 |
|
|
|
|
|
with: |
|
|
|
|
|
node-version: 16 |
|
|
|
|
|
|
|
|
- name: restore cache from package-lock.json |
|
|
- name: restore cache from package-lock.json |
|
|
uses: actions/cache@v3 |
|
|
uses: actions/cache@v3 |
|
|
with: |
|
|
with: |
|
@ -73,6 +81,10 @@ jobs: |
|
|
- name: checkout |
|
|
- name: checkout |
|
|
uses: actions/checkout@v3 |
|
|
uses: actions/checkout@v3 |
|
|
|
|
|
|
|
|
|
|
|
- uses: actions/setup-node@v3 |
|
|
|
|
|
with: |
|
|
|
|
|
node-version: 16 |
|
|
|
|
|
|
|
|
- name: restore cache from package-lock.json |
|
|
- name: restore cache from package-lock.json |
|
|
uses: actions/cache@v3 |
|
|
uses: actions/cache@v3 |
|
|
with: |
|
|
with: |
|
@ -97,6 +109,10 @@ jobs: |
|
|
- name: checkout |
|
|
- name: checkout |
|
|
uses: actions/checkout@v3 |
|
|
uses: actions/checkout@v3 |
|
|
|
|
|
|
|
|
|
|
|
- uses: actions/setup-node@v3 |
|
|
|
|
|
with: |
|
|
|
|
|
node-version: 16 |
|
|
|
|
|
|
|
|
- name: restore cache from package-lock.json |
|
|
- name: restore cache from package-lock.json |
|
|
uses: actions/cache@v3 |
|
|
uses: actions/cache@v3 |
|
|
with: |
|
|
with: |
|
@ -136,6 +152,10 @@ jobs: |
|
|
- name: checkout |
|
|
- name: checkout |
|
|
uses: actions/checkout@v3 |
|
|
uses: actions/checkout@v3 |
|
|
|
|
|
|
|
|
|
|
|
- uses: actions/setup-node@v3 |
|
|
|
|
|
with: |
|
|
|
|
|
node-version: 16 |
|
|
|
|
|
|
|
|
- name: restore cache from package-lock.json |
|
|
- name: restore cache from package-lock.json |
|
|
uses: actions/cache@v3 |
|
|
uses: actions/cache@v3 |
|
|
with: |
|
|
with: |
|
@ -209,6 +229,11 @@ jobs: |
|
|
needs: [normal-test] |
|
|
needs: [normal-test] |
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v3 |
|
|
- uses: actions/checkout@v3 |
|
|
|
|
|
|
|
|
|
|
|
- uses: actions/setup-node@v3 |
|
|
|
|
|
with: |
|
|
|
|
|
node-version: 16 |
|
|
|
|
|
|
|
|
- uses: actions/download-artifact@v3 |
|
|
- uses: actions/download-artifact@v3 |
|
|
with: |
|
|
with: |
|
|
name: coverage-artifacts |
|
|
name: coverage-artifacts |
|
@ -231,6 +256,10 @@ jobs: |
|
|
- name: checkout |
|
|
- name: checkout |
|
|
uses: actions/checkout@v3 |
|
|
uses: actions/checkout@v3 |
|
|
|
|
|
|
|
|
|
|
|
- uses: actions/setup-node@v3 |
|
|
|
|
|
with: |
|
|
|
|
|
node-version: 16 |
|
|
|
|
|
|
|
|
- name: restore cache from package-lock.json |
|
|
- name: restore cache from package-lock.json |
|
|
uses: actions/cache@v3 |
|
|
uses: actions/cache@v3 |
|
|
with: |
|
|
with: |
|
@ -278,6 +307,10 @@ jobs: |
|
|
if: ${{ github.event_name != 'pull_request' || matrix.module != 'lib' }} |
|
|
if: ${{ github.event_name != 'pull_request' || matrix.module != 'lib' }} |
|
|
uses: actions/checkout@v3 |
|
|
uses: actions/checkout@v3 |
|
|
|
|
|
|
|
|
|
|
|
- uses: actions/setup-node@v3 |
|
|
|
|
|
with: |
|
|
|
|
|
node-version: 16 |
|
|
|
|
|
|
|
|
- name: restore cache from package-lock.json |
|
|
- name: restore cache from package-lock.json |
|
|
# lib only run in master branch not in pull request |
|
|
# lib only run in master branch not in pull request |
|
|
if: ${{ github.event_name != 'pull_request' || matrix.module != 'lib' }} |
|
|
if: ${{ github.event_name != 'pull_request' || matrix.module != 'lib' }} |
|
|