Skip to content

Commit

Permalink
Commented out mac implementation of test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
BOTLANNER committed Jul 5, 2023
1 parent fa5a2b7 commit 452b760
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/add-screenshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- name: Configure OS
run: |
echo "Setting CGFontDisableAntialiasing"
defaults write CoreGraphics CGFontDisableAntialiasing YES
echo "Disabling AppleFontSmoothing"
defaults write -g AppleFontSmoothing -int 0
echo "Completed OS configure"
# - name: Configure OS
# run: |
# echo "Setting CGFontDisableAntialiasing"
# defaults write CoreGraphics CGFontDisableAntialiasing YES
# echo "Disabling AppleFontSmoothing"
# defaults write -g AppleFontSmoothing -int 0
# echo "Completed OS configure"

- name: Dump env 💩
run: env | sort
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ jobs:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- name: Configure OS
run: |
echo "Setting CGFontDisableAntialiasing"
defaults write CoreGraphics CGFontDisableAntialiasing YES
echo "Disabling AppleFontSmoothing"
defaults write -g AppleFontSmoothing -int 0
echo "Completed OS configure"
# - name: Configure OS
# run: |
# echo "Setting CGFontDisableAntialiasing"
# defaults write CoreGraphics CGFontDisableAntialiasing YES
# echo "Disabling AppleFontSmoothing"
# defaults write -g AppleFontSmoothing -int 0
# echo "Completed OS configure"

- name: Dump env 💩
run: env | sort
Expand Down

0 comments on commit 452b760

Please sign in to comment.