Skip to content

Commit

Permalink
github: workflows: test: cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
billziss-gh committed Jan 5, 2025
1 parent 8d60578 commit a984f44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
rm -rf secfs.test/fstest/fstest/tests/xacl
rm -rf secfs.test/fstest/fstest/tests/zzz_ResourceFork
- name: Install FUSE and secfs.test
- name: Install FUSE and secfs.test (macOS)
if: runner.os == 'macOS'
run: |
brew install macfuse
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
Start-Sleep 3
Pop-Location
- name: Test file systems (Linux / macOS disabled) with FUSE2
- name: Test file systems (Linux / macOS:disabled) with FUSE2
if: runner.os == 'Linux' || (false && runner.os == 'macOS')
run: |
set -x
Expand Down

0 comments on commit a984f44

Please sign in to comment.