Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dekoeky committed Oct 21, 2023
1 parent 967c24d commit 7e9b5b2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@ jobs:
runs-on: ubuntu-latest
needs: [prepare]
steps:
- name: Test
run: |
echo ls:
ls
echo --------------------------------------------
echo tree:
tree
echo --------------------------------------------
- name: Restore dependencies
run: |
dotnet restore dekoeky.hello-world
Expand Down

0 comments on commit 7e9b5b2

Please sign in to comment.