Skip to content

Commit

Permalink
Fixing syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeByDrescher committed Dec 20, 2024
1 parent c868cbb commit ef678e5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/NightlyBMDB_CLI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -341,13 +341,11 @@ jobs:
# Note: `cat`ing "$vcell_result" will be the runting logging!
if [[ "${status}" == "FAILED" ]]; then
# Copy error log to github workspace
echo -n "Copying Summary..."
echo -n "Copying Failure Report..."
echo "${base_extless_name}" >> $GITHUB_WORKSPACE/set_${{ matrix.sets }}/${base_extless_name}_output/errorLog.txt
touch ${{ github.workspace }}/errors.report
cat $GITHUB_WORKSPACE/set_${{ matrix.sets }}/${base_extless_name}_output/errorLog.txt >> ${{ github.workspace }}/errors.report
echo "Done!"
else
echo "Run of ${base_extless_name} succeeded (set_${{ matrix.sets }})"
fi
# Grab Trace
Expand Down

0 comments on commit ef678e5

Please sign in to comment.