Skip to content

Commit

Permalink
Update utils.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kdivya153 committed Sep 19, 2024
1 parent 64b67e0 commit 4afab53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ function unzipArtifact(){

# Check argument and call corresponding function
if [ "$1" == "runTests" ]; then
runTests "$2"
runTests
elif [ "$1" == "getResults" ]; then
getResults
elif [ "$1" == "getArtifactData" ]; then
Expand Down

0 comments on commit 4afab53

Please sign in to comment.