Skip to content

Commit

Permalink
Remove unnecessary directory change command
Browse files Browse the repository at this point in the history
  • Loading branch information
JKamsker committed Mar 12, 2024
1 parent c0b9897 commit a7e5219
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
with:
dotnet-version: '7.0.x'

- name: Change directory to /src
run: cd src
# - name: Change directory to /src
# run: cd src

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

0 comments on commit a7e5219

Please sign in to comment.