Skip to content

Commit

Permalink
Update CI script to create missing files by setting env-var
Browse files Browse the repository at this point in the history
  • Loading branch information
oxinabox committed May 17, 2024
1 parent a660216 commit 2c296d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/UnitTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ jobs:
run: |
julia --color=yes --check-bounds=yes --project -e "using Pkg; Pkg.test(coverage=true)"
rm -rf test/references
export JULIA_REFERENCETESTS_UPDATE=true
julia --color=yes --check-bounds=yes --project -e "using Pkg; Pkg.test(coverage=true)"
export JULIA_REFERENCETESTS_UPDATE=false
julia --color=yes --check-bounds=yes --project -e "using Pkg; Pkg.test(coverage=true)"
- name: Upload Mismatched Files as a Build Artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 2c296d5

Please sign in to comment.