Skip to content

Commit

Permalink
adjust line numbers
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 c54ea0b commit 79dbd2a
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 @@ -42,7 +42,7 @@ jobs:
run: |
set -e
cd unit_test/burn_cell_metal_chem
line_numbers=(4462 4464 4466 4468 4469 4472 4473 4476 4482 4487)
line_numbers=(4461 4463 4465 4467 4468 4471 4472 4475 4481 4486)
threshold=0.01
error_found=false
for line_number in "${line_numbers[@]}"; do
Expand Down

0 comments on commit 79dbd2a

Please sign in to comment.