Skip to content

Commit

Permalink
CI debug
Browse files Browse the repository at this point in the history
  • Loading branch information
imciner2 committed Jan 2, 2025
1 parent eea97ae commit a01fc84
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
with:
submodules: 'recursive'

- name: Setup Environment
run: cmake -E make_directory $QDLDL_BUILD_DIR_PREFIX
# - name: Setup Environment
# run: cmake -E make_directory $QDLDL_BUILD_DIR_PREFIX

- name: Configure
shell: bash
Expand Down Expand Up @@ -86,13 +86,23 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: '${{ github.workspace }}/build/coverage.info'

- name: "List dir"
if: ${{ matrix.analysis == 'ON' }}
shell: bash
run: ls -la ${{ github.workspace }}/build/

- name: Merge diagnostics
if: ${{ matrix.analysis == 'ON' }}
uses: microsoft/[email protected]
with:
# Command to be sent to SARIF Multitool
command: 'merge ${{ github.workspace }}/build/*.sarif --recurse true file.sarif --output-directory=${{ github.workspace }}/build/ --output-file=gcc.sarif'

- name: "List dir"
if: ${{ matrix.analysis == 'ON' }}
shell: bash
run: ls -la ${{ github.workspace }}/build/

- name: Upload diagnostics
if: ${{ matrix.analysis == 'ON' }}
uses: github/codeql-action/upload-sarif@v3
Expand Down

0 comments on commit a01fc84

Please sign in to comment.