Skip to content

(fix) O3-3211: Use admission Location as source of truth for detemining occupied beds #2784

(fix) O3-3211: Use admission Location as source of truth for detemining occupied beds

(fix) O3-3211: Use admission Location as source of truth for detemining occupied beds #2784

Workflow file for this run

name: Report bundle size
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
env:
TURBO_API: 'http://127.0.0.1:9080'
TURBO_TOKEN: 'turbo-token'
TURBO_TEAM: ${{ github.repository_owner }}
steps:
- name: 📥 Checkout code
uses: actions/checkout@v3
- name: 🚀 Setup a local cache server for Turborepo
uses: felixmosh/turborepo-gh-artifacts@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
server-token: ${{ env.TURBO_TOKEN }}
- name: 📊 Compute bundle size report
uses: preactjs/compressed-size-action@v2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
minimum-change-threshold: 10000 # 10 KB
build-script: "turbo run build --concurrency=5"