Skip to content

Commit

Permalink
test effect of env var export.
Browse files Browse the repository at this point in the history
  • Loading branch information
Algiane committed Apr 11, 2024
1 parent 09aa3ab commit 7a9e3b5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/code-cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,12 @@ jobs:
run: |
cd build
ctest --timeout 7200 -VV -C Debug -j 4
env:
NJOBS: "2"

- name: Test Mmg
run: |
echo "BUILD_TYPE=Debug" >> "$GITHUB_ENV"
- name: Upload coverage to Codecov
#if: inputs.CODE_COVERAGE
Expand Down

0 comments on commit 7a9e3b5

Please sign in to comment.