Skip to content

Commit

Permalink
REMOVE check lstat
Browse files Browse the repository at this point in the history
  • Loading branch information
avdv committed Apr 29, 2022
1 parent 1431839 commit 3fd70d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: |
ruby -r pp -e "f = File.join('spec/fixtures', 'symlinks', 'Supportlink', File::SEPARATOR)
pp File.lstat(f)"
- name: Run tests
run: bundle exec rake
- name: Run checks
Expand Down

0 comments on commit 3fd70d1

Please # to comment.