Skip to content

Commit

Permalink
fixed CI badge status in README
Browse files Browse the repository at this point in the history
  • Loading branch information
smarras79 committed Apr 18, 2024
2 parents e7783a8 + 4c51c64 commit 7d0a351
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
test:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
runs-on: ${{ matrix.os }}
env:
JULIA_TEST_MODE: true # Setting environment variable
strategy:
fail-fast: false
matrix:
Expand Down
Binary file modified test/CI-ref/CompEuler/theta/var_1.h5
Binary file not shown.
Binary file modified test/CI-ref/CompEuler/theta/var_2.h5
Binary file not shown.
Binary file modified test/CI-ref/CompEuler/theta/var_3.h5
Binary file not shown.
Binary file modified test/CI-ref/CompEuler/theta/var_4.h5
Binary file not shown.
1 change: 0 additions & 1 deletion test/solnCompare.jl
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ end
function run_example(parsed_equations::String, parsed_equations_case_name::String)
# Store the initial directory
project_root = dirname(Base.current_project())
@info project_root
try
CI_MODE = "true"
@testset "$parsed_equations - $parsed_equations_case_name" begin
Expand Down

0 comments on commit 7d0a351

Please sign in to comment.