Skip to content

Commit

Permalink
Archive sample output that gets put in the parent directory
Browse files Browse the repository at this point in the history
- Also, remove the debugging statements.
  • Loading branch information
datalogics-saharay committed Mar 13, 2024
1 parent 3a1d23c commit 3faa40a
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions .github/workflows/test-dotnet-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,17 +183,7 @@ jobs:
${{matrix.dir}}*.gif
${{matrix.dir}}*.json
${{matrix.dir}}*.txt
${{matrix.dir}}*.csv
- name: List files again
run: |
ls -la ..
echo "Test"
ls -la ../..
echo "Test2"
ls -la ../../../
echo "Test3"
ls ${{matrix.dir}}
echo "Test4"
ls ${{matrix.dir}}/..
echo "Test5"
ls ${{matrix.dir}}/../..
${{matrix.dir}}../*.pdf
${{matrix.dir}}../*.json
${{matrix.dir}}../*.txt
${{matrix.dir}}../*.csv

0 comments on commit 3faa40a

Please sign in to comment.