|
39 | 39 | node-version: "16" |
40 | 40 |
|
41 | 41 | - name: Install helm |
42 | | - uses: azure/setup-helm@v2.1 |
| 42 | + uses: azure/setup-helm@v3.0 |
43 | 43 |
|
44 | 44 | - name: Fetch dependencies from cache |
45 | 45 | id: cache-yarn |
@@ -164,7 +164,9 @@ jobs: |
164 | 164 | if: success() |
165 | 165 |
|
166 | 166 | - name: Upload coverage report to Codecov |
167 | | - run: yarn coverage |
| 167 | + uses: codecov/codecov-action@v3 |
| 168 | + with: |
| 169 | + token: ${{ secrets.CODECOV_TOKEN }} |
168 | 170 | if: success() |
169 | 171 |
|
170 | 172 | # The release package does not contain any native modules |
@@ -288,8 +290,11 @@ jobs: |
288 | 290 | - name: Build standalone release |
289 | 291 | run: source scl_source enable devtoolset-9 && yarn release:standalone |
290 | 292 |
|
291 | | - - name: Sanity test standalone release |
292 | | - run: yarn test:standalone-release |
| 293 | + - name: Install test dependencies |
| 294 | + run: SKIP_SUBMODULE_DEPS=1 yarn install |
| 295 | + |
| 296 | + - name: Run integration tests on standalone release |
| 297 | + run: yarn test:integration |
293 | 298 |
|
294 | 299 | - name: Build packages with nfpm |
295 | 300 | run: yarn package |
@@ -421,8 +426,11 @@ jobs: |
421 | 426 | - name: Build standalone release |
422 | 427 | run: yarn release:standalone |
423 | 428 |
|
424 | | - - name: Sanity test standalone release |
425 | | - run: yarn test:standalone-release |
| 429 | + - name: Install test dependencies |
| 430 | + run: SKIP_SUBMODULE_DEPS=1 yarn install |
| 431 | + |
| 432 | + - name: Run integration tests on standalone release |
| 433 | + run: yarn test:integration |
426 | 434 |
|
427 | 435 | - name: Build packages with nfpm |
428 | 436 | run: yarn package |
@@ -509,7 +517,7 @@ jobs: |
509 | 517 | fetch-depth: 0 |
510 | 518 |
|
511 | 519 | - name: Run Trivy vulnerability scanner in repo mode |
512 | | - uses: aquasecurity/trivy-action@7b7aa264d83dc58691451798b4d117d53d21edfe |
| 520 | + uses: aquasecurity/trivy-action@0105373003c89c494a3f436bd5efc57f3ac1ca20 |
513 | 521 | with: |
514 | 522 | scan-type: "fs" |
515 | 523 | scan-ref: "." |
|
0 commit comments