Skip to content

fix: add trap handlers for tmpfile cleanup in installers #17

fix: add trap handlers for tmpfile cleanup in installers

fix: add trap handlers for tmpfile cleanup in installers #17

Workflow file for this run

name: Test Linux
on:
pull_request:
push:
branches:
- main
- master
jobs:
integration-smoke:
runs-on: ubuntu-latest
defaults:
run:
working-directory: dream-server
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Integration Smoke
run: bash tests/integration-test.sh
- name: Phase C P1 Static Checks
run: bash tests/test-phase-c-p1.sh
- name: Manifest Compatibility Checks
run: |
bash scripts/check-compatibility.sh
bash scripts/check-release-claims.sh
- name: Tier Map Unit Tests
run: bash tests/test-tier-map.sh
- name: Service Registry Tests
run: bash tests/test-service-registry.sh
- name: Validate Manifests Tests
run: bash tests/test-validate-manifests.sh
- name: Health Check Tests
run: bash tests/test-health-check.sh
- name: Validate Env Tests
run: bash tests/test-validate-env.sh
- name: CPU-Only Path Tests
run: bash tests/test-cpu-only-path.sh
- name: Installer Contract Checks
run: |
bash tests/contracts/test-installer-contracts.sh
bash tests/contracts/test-preflight-fixtures.sh
- name: Installer Simulation Harness
run: |
bash scripts/simulate-installers.sh
test -f artifacts/installer-sim/summary.json
test -f artifacts/installer-sim/SUMMARY.md
python3 scripts/validate-sim-summary.py artifacts/installer-sim/summary.json
- name: Upload Installer Simulation Artifacts
uses: actions/upload-artifact@v4
with:
name: installer-sim
path: |
dream-server/artifacts/installer-sim/summary.json
dream-server/artifacts/installer-sim/SUMMARY.md
dream-server/artifacts/installer-sim/linux-dryrun.log
dream-server/artifacts/installer-sim/macos-installer.log
dream-server/artifacts/installer-sim/windows-preflight-sim.json
dream-server/artifacts/installer-sim/macos-preflight.json
dream-server/artifacts/installer-sim/macos-doctor.json
dream-server/artifacts/installer-sim/doctor.json