Skip to content

Commit

Permalink
Remove assert for now
Browse files Browse the repository at this point in the history
  • Loading branch information
cloke committed Sep 9, 2024
1 parent 0fa2ae2 commit ab3f97b
Showing 1 changed file with 19 additions and 20 deletions.
39 changes: 19 additions & 20 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit ab3f97b

Please sign in to comment.