Comment out image saving in BasicDataPlotTest to avoid OS-specific is… #126
Workflow file for this run
This file contains 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: Static analysis and coverage | |
on: [push, pull_request] | |
jobs: | |
analyze: | |
uses: przemek83/workflows/.github/workflows/static-analysis-and-coverage-qt.yml@main | |
secrets: inherit | |
with: | |
qt-version: 6.5.* |