Skip to content

Commit

Permalink
Adicionado debug de listar arquivos
Browse files Browse the repository at this point in the history
  • Loading branch information
Maurício Bernardo committed Nov 19, 2024
1 parent 6d850d3 commit 880bc79
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/DFe.NET_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ jobs:
#- name: Test
# run: dotnet test --no-build --verbosity normal

- name: Listar arquivos para debug
run: |
echo "Arquivos e pastas no workspace:"
dir ${{ github.workspace }} -Recurse
- name: Pack
run: |
Expand Down

0 comments on commit 880bc79

Please sign in to comment.