Skip to content

Commit

Permalink
cd to Json_parser
Browse files Browse the repository at this point in the history
  • Loading branch information
jharajeev55 committed Apr 18, 2024
1 parent 6da34d3 commit 5bf8a79
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ jobs:
uses: actions/setup-dotnet@v4

- name: Restore dependencies
run: dotnet restore
run: |
cd Json_parser
dotnet restore
- name: Build the project
run: dotnet build --configuration Release
Expand Down

0 comments on commit 5bf8a79

Please sign in to comment.