Skip to content

Commit

Permalink
Turn on hidden file uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmundt committed Sep 10, 2024
1 parent 858c29f commit 68ba5d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_pr_and_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -667,6 +667,7 @@ jobs:
run: |
$PYTHON_EXE -m pytest -v \
-W ignore::Warning ${{matrix.category}} \
pyomo `pwd`/pyomo-model-libraries \
`pwd`/examples `pwd`/doc --junitxml="TEST-pyomo.xml"
- name: Run Pyomo MPI tests
Expand All @@ -692,12 +693,12 @@ jobs:
coverage combine
coverage report -i
coverage xml -i
ls -la
- name: Record build artifacts
uses: actions/upload-artifact@v4
with:
name: ${{github.job}}_${{env.GHA_JOBGROUP}}-${{env.GHA_JOBNAME}}
include-hidden-files: true
path: |
.coverage
coverage.xml
Expand Down Expand Up @@ -852,7 +853,6 @@ jobs:
fi
for ARTIFACT in artifacts/*_*${{matrix.TARGET}}_*; do
NAME=`echo $ARTIFACT | cut -d/ -f2`
ls -la $ARTIFACT
cp -v $ARTIFACT/.coverage .coverage-$NAME
done
rm -vf .coverage coverage.xml
Expand Down

0 comments on commit 68ba5d6

Please sign in to comment.