Add auto-retry for flaky PyPerf test to improve CI stability #1277
Workflow file for this run
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: Build gProfiler on Windows | |
| permissions: | |
| contents: read | |
| on: pull_request | |
| jobs: | |
| build-executable: | |
| runs-on: windows-latest | |
| steps: | |
| - name: Checkout Code | |
| uses: actions/checkout@v3 | |
| with: | |
| submodules: true | |
| - uses: actions/setup-python@v5 | |
| with: | |
| python-version: '3.13' | |
| - name: run the build script | |
| run: .\scripts\windows\build.bat | |
| - name: check gprofiler build | |
| run: .\app\dist\gprofiler.exe -h |