Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmoradi committed Nov 12, 2023
1 parent 00424ca commit a7199b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/todotemplate.cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
dotnet new install Bit.TodoTemplate.0.0.0.nupkg
echo "HELLO3"
echo "$PWD"
cd ../../../ && dotnet new bit-todo --name Bit.TodoTemplate --database SqlServer
cd ../../../ && dotnet new bit-todo --name Bit.TodoTemplate --database SqlServer && echo "$PWD"
echo "HELLO4"
echo "$PWD"
echo "HELLO5"
Expand Down

0 comments on commit a7199b3

Please sign in to comment.