Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjanye committed Jul 5, 2024
1 parent 39c1421 commit 9977b1f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,15 @@ jobs:

- name: Log version
run: echo "Building version ${{ github.ref }}"

- name: Show current directory
run: ls

- name: Change directory
run: cd NinjaNye.SearchExtensions

- name: Show current directory
run: ls
run: ls -la

- name: Restore dependencies
run: dotnet restore
Expand Down

0 comments on commit 9977b1f

Please sign in to comment.