Skip to content

Commit

Permalink
Update build-test.yml to include ls command before dotnet clean
Browse files Browse the repository at this point in the history
  • Loading branch information
JKamsker committed Mar 12, 2024
1 parent 241de00 commit e54471a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: cd src

- name: Clean
run: dotnet clean CiFilter.slnf
run: ls && dotnet clean CiFilter.slnf

- name: Restore
run: dotnet restore CiFilter.slnf
Expand Down

0 comments on commit e54471a

Please sign in to comment.