Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aparnajyothi-y authored Mar 18, 2024
1 parent 3222cdf commit 8b47002
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
echo "DOTNET_CLI_HOME=$HOME" >> $GITHUB_ENV
echo "HOME=$HOME" >> $GITHUB_ENV
- name: Run dotnet command
run: dotnet build
run: |
cd myProjectDirectory
dotnet build


Expand Down

0 comments on commit 8b47002

Please sign in to comment.