windows: Add guest agent reporting tests #2536
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: Check jobs consistency | |
| on: [push] | |
| permissions: {} | |
| jobs: | |
| jobs-check: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1 | |
| with: | |
| persist-credentials: false | |
| - uses: ./.github/actions/uv-setup/ | |
| with: | |
| dev: false | |
| - name: Create a dummy data.py | |
| run: cp data.py-dist data.py | |
| - run: ./jobs.py check |