Skip to content

Commit

Permalink
remove period from input file
Browse files Browse the repository at this point in the history
  • Loading branch information
Piyush Sharda authored and Piyush Sharda committed Aug 26, 2024
1 parent 629b9e9 commit 3129ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/burn_cell_metal_chem_1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
cd unit_test/burn_cell_metal_chem
make -j 2
./main1d.gnu.DEBUG.ex inputs_metal_chem_1.0 amrex.fpe_trap_{invalid,zero,overflow}=1 > test.out
./main1d.gnu.DEBUG.ex inputs_metal_chem_1 amrex.fpe_trap_{invalid,zero,overflow}=1 > test.out
- name: Print backtrace
if: ${{ failure() && hashFiles('unit_test/burn_cell_metal_chem/Backtrace.0') != '' }}
Expand Down

0 comments on commit 3129ae6

Please sign in to comment.