Skip to content

Commit

Permalink
Update test excel file extension
Browse files Browse the repository at this point in the history
  • Loading branch information
himsharma01 committed Sep 28, 2024
1 parent cf75f2c commit b591fb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/v2App_Unit_Test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:

- name: "Run Sumo Logic App Review tool" #sumoappsuite review-v2-app -f "{SUMO_APPS_V2_REPO_PATH}{appPath}"
run: |
echo "Header1, Header2, Header3" > appreviewoutput.csv
echo "Data1, Data2, Data3" >> appreviewoutput.csv
echo "Header1, Header2, Header3" > appreviewoutput.xlsx
echo "Data1, Data2, Data3" >> appreviewoutput.xlsx
echo "${SUMO_APPS_V2_REPO_PATH}${appPath}"
- name: Upload Excel Sheet as PR Comment
Expand Down

0 comments on commit b591fb2

Please sign in to comment.