Skip to content

Commit

Permalink
Disable tests temporarily, so we can run --version
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Nov 16, 2023
1 parent 5aeb5b6 commit 71a8d65
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -307,16 +307,16 @@ jobs:
# shell: bash
- run: gdb -ex=run -ex=bt "$RUNNER_TEMP/test/unit/lib/testAbstractPokitService.exe"
shell: bash
- name: Test # We can't execute arm64 binaries on an x86-64 host.
if: matrix.arch != 'arm64'
run: ctest --output-on-failure --test-dir "%RUNNER_TEMP%" --verbose --debug
- name: Upload test results
if: matrix.arch != 'arm64'
uses: actions/upload-artifact@v3
with:
name: test-results-win-${{ matrix.arch }}-${{ matrix.tool }}-${{ matrix.qt }}
path: ${{ runner.temp }}/test/**/*.tap
if-no-files-found: ignore
#- name: Test # We can't execute arm64 binaries on an x86-64 host.
# if: matrix.arch != 'arm64'
# run: ctest --output-on-failure --test-dir "%RUNNER_TEMP%" --verbose --debug
#- name: Upload test results
# if: matrix.arch != 'arm64'
# uses: actions/upload-artifact@v3
# with:
# name: test-results-win-${{ matrix.arch }}-${{ matrix.tool }}-${{ matrix.qt }}
# path: ${{ runner.temp }}/test/**/*.tap
# if-no-files-found: ignore
- name: Make portable
if: matrix.arch != 'arm64'
run: |
Expand Down

0 comments on commit 71a8d65

Please sign in to comment.