Skip to content

Commit

Permalink
fix: print working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Harish-osmosys committed Feb 1, 2024
1 parent acf90ae commit 3bee8d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: "7.0.x"
-name: Current Directory
run: pwd
- name: Build
run: dotnet build --configuration Release
- name: Test
Expand Down

0 comments on commit 3bee8d6

Please sign in to comment.