diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 42e64899c..271dd3c31 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -75,7 +75,7 @@ jobs: matrix: # Run multiple copies of the current job in parallel # Please increase the number or runners as your tests suite grows - containers: ["component", 1, 2, 3] + containers: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10] name: runner ${{ matrix.containers }} diff --git a/.github/workflows/dependabot-approve-merge.yml b/.github/workflows/dependabot-approve-merge.yml index 9951547f7..e81d209bf 100644 --- a/.github/workflows/dependabot-approve-merge.yml +++ b/.github/workflows/dependabot-approve-merge.yml @@ -21,7 +21,7 @@ concurrency: jobs: auto-approve-merge: - if: github.actor == 'dependabot[bot]' + if: github.actor == 'dependabot[bot]' || github.actor == 'renovate[bot]' runs-on: ubuntu-latest permissions: # for hmarr/auto-approve-action to approve PRs diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index 75c32b44b..5355805ad 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -71,6 +71,14 @@ jobs: run: | npm ci npm run build --if-present + npm run stats --if-present + + - name: Send bundle stats to RelativeCI + uses: relative-ci/agent-action@6a11b7d7fdd6670554fba1e1a40750daa33032d7 # v2 + with: + webpackStatsFile: ./webpack-stats.json + key: ${{ secrets.RELATIVE_CI_KEY }} + token: ${{ secrets.GITHUB_TOKEN }} - name: Check webpack build changes run: |