Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mohd-afeef-badri committed Jan 15, 2025
1 parent 319d46a commit 2cf1a0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/laplace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
workflow_dispatch:

env:
MODULE_DIR: 'laplace'
MODULE_DIR: 'modules/laplace'

# CTest
CT_OPTS: "--timeout 300 --output-on-failure"
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
shell: bash
run: |
mkdir -p ${{ env.CT_RESULT_DIR }}
ctest --test-dir ${{ env.BUILD_DIR }} --output-junit ${{ env.CT_RESULT_DIR }}/results.xml ${{ env.CT_OPTS }} -R '\[${{ env.MODULE_DIR }}\]'
ctest --test-dir ${{ env.BUILD_DIR }} --output-junit ${{ env.CT_RESULT_DIR }}/results.xml ${{ env.CT_OPTS }} -R 'laplace'
- name: Upload test artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 2cf1a0d

Please sign in to comment.