Skip to content

Commit

Permalink
Disable the scan in CI until we improve error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Aug 6, 2023
1 parent e471355 commit 2f8e757
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
cmake -D CMAKE_BUILD_TYPE=Release -D ENABLE_COVERAGE=${{ matrix.env.coverage }} -S "$GITHUB_WORKSPACE" -B "$RUNNER_TEMP"
cmake --build "$RUNNER_TEMP"
"$RUNNER_TEMP/src/cli/dokit" --version
"$RUNNER_TEMP/src/cli/dokit" scan --debug --timeout 100ms
#"$RUNNER_TEMP/src/cli/dokit" scan --debug --timeout 100ms
- name: Test
run: ctest --output-on-failure --test-dir "$RUNNER_TEMP" --verbose
- name: Collate test coverage
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
cmake -D CMAKE_BUILD_TYPE=Release -D ENABLE_COVERAGE=${{ matrix.env.coverage }} -S "$GITHUB_WORKSPACE" -B "$RUNNER_TEMP"
cmake --build "$RUNNER_TEMP"
"$RUNNER_TEMP/src/cli/dokit" --version
"$RUNNER_TEMP/src/cli/dokit" scan --debug --timeout 100ms
#"$RUNNER_TEMP/src/cli/dokit" scan --debug --timeout 100ms
- name: Test
run: ctest --output-on-failure --test-dir "$RUNNER_TEMP" --verbose
- name: Collate test coverage
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
find "$RUNNER_TEMP" -name 'Info.plist'
find "$RUNNER_TEMP" -name 'Info.plist' -execdir cat '{}' \;
"$RUNNER_TEMP/src/cli/dokit.app/Contents/MacOS/dokit" --version
"$RUNNER_TEMP/src/cli/dokit.app/Contents/MacOS/dokit" scan --debug --timeout 100ms
#"$RUNNER_TEMP/src/cli/dokit.app/Contents/MacOS/dokit" scan --debug --timeout 100ms
- name: Test
run: ctest --output-on-failure --test-dir "$RUNNER_TEMP" --verbose
- name: Collate test coverage
Expand Down Expand Up @@ -376,7 +376,7 @@ jobs:
cd portable
windeployqt --compiler-runtime --release --verbose 2 dokit.exe ${{ matrix.dll }}
dokit.exe --version
dokit.exe scan --debug --timeout 100ms
#dokit.exe scan --debug --timeout 100ms
working-directory: ${{ runner.temp }}
- name: Setup artifacts
shell: bash
Expand Down

0 comments on commit 2f8e757

Please sign in to comment.