fix(fs): cross-worker snapshot loading for session fork #204
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: Module Policy Integration Test | |
| on: | |
| pull_request: | |
| paths: | |
| - Dockerfile | |
| - docker-compose.module-policy.yml | |
| - policies/** | |
| - tests/module-policy-integration.sh | |
| - server/src/** | |
| jobs: | |
| integration-test: | |
| name: Module Policy Integration | |
| runs-on: ubuntu-latest | |
| timeout-minutes: 15 | |
| steps: | |
| - name: Checkout code | |
| uses: actions/checkout@v4 | |
| - name: Run module policy integration tests | |
| run: ./tests/module-policy-integration.sh |