Skip to content

Commit

Permalink
hack: ls the fs
Browse files Browse the repository at this point in the history
  • Loading branch information
ronimizy committed May 1, 2024
1 parent 3b1e140 commit def742f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/dotnet-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,7 @@ jobs:
- name: validate packages
if: steps.cache-tests.outputs.cache-hit != 'true'
run: |
if [ ! -d bin/packages ]
then
echo packages dir not created
exit 1
fi
ls bin/packages
ls
- name: Remove .Reflect tests
if: steps.cache-tests.outpust.cache-hit != 'true'
Expand Down

0 comments on commit def742f

Please sign in to comment.