Fix #2049: guard promote_to_l2 against L0 -- error instead of silent no-op #1715
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Test Firecracker GitHub Runner | |
| on: | |
| pull_request: | |
| branches: [ main ] | |
| push: | |
| branches: [ main ] | |
| jobs: | |
| test: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Echo Test | |
| run: echo "Hello from Firecracker VM!" | |
| - name: Check Environment | |
| run: | | |
| echo "Hostname: $(hostname)" | |
| echo "User: $(whoami)" | |
| echo "Working directory: $(pwd)" | |
| echo "Date: $(date)" | |
| echo "✅ Firecracker GitHub runner is working!" | |
| # Test GitHub runner with new VM limits |