diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 122b8adf..45273049 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,6 @@ jobs: - uses: wyvox/action-setup-pnpm@v3 with: node-version: 18.18.1 - - uses: ./.github/actions/assert-build default_tests: name: Default Tests @@ -113,22 +112,22 @@ jobs: node_modules/.bin/ember try:one ${{ matrix.try-scenario }} --skip-cleanup - # MeasureAssetSizes: - # name: Measure Asset Sizes - # runs-on: ubuntu-latest - # needs: build - # steps: - # - uses: actions/checkout@v4 - # with: - # persist-credentials: false - # - uses: wyvox/action-setup-pnpm@v3 - # with: - # node-version: 18.18.1 - # - uses: ./.github/actions/download-built-package - # - name: measure asset sizes - # run: node ./dev/estimate-bytes/index.js - # - name: comment on PR - # uses: marocchino/sticky-pull-request-comment@v2 - # with: - # header: asset-sizes - # path: ./dev/estimate-bytes/comment.txt + MeasureAssetSizes: + name: Measure Asset Sizes + runs-on: ubuntu-latest + needs: build + steps: + - uses: actions/checkout@v4 + with: + persist-credentials: false + - uses: wyvox/action-setup-pnpm@v3 + with: + node-version: 18.18.1 + - uses: ./.github/actions/download-built-package + - name: measure asset sizes + run: node ./dev/estimate-bytes/index.js + - name: comment on PR + uses: marocchino/sticky-pull-request-comment@v2 + with: + header: asset-sizes + path: ./dev/estimate-bytes/comment.txt