Skip to content

Commit

Permalink
Update build-and-test-template.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zentrik authored Sep 26, 2024
1 parent 179a185 commit 2f32440
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ jobs:
set -o xtrace
tar xzf *.tar.gz
cd julia-*
cd julia-*/
julia -e 'using InteractiveUtils; InteractiveUtils.versioninfo()'
Expand Down Expand Up @@ -281,7 +281,7 @@ jobs:
set -o xtrace
tar xzf *.tar.gz
cd julia-*
cd julia-*/
julia -e 'using InteractiveUtils; InteractiveUtils.versioninfo()'
Expand All @@ -293,4 +293,4 @@ jobs:
with:
name: julia-assert-${{ inputs.target }}-${{ inputs.LLVM_VERSION }}-test-results
path: ${{ github.workspace }}/julia-*/share/julia/test/results*.json
if-no-files-found: warn
if-no-files-found: warn

0 comments on commit 2f32440

Please sign in to comment.