Skip to content

Commit

Permalink
Update macos-resolution-test-orig.yml.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-pyshnoi committed Nov 14, 2023
1 parent e5473bc commit 17c728e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/macos-resolution-test-orig.yml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
uses: actions/checkout@v3

- name: old screen resolution
run: system_profiler SPDisplaysDataType | grep Resolution
run: |
sleep 2
system_profiler SPDisplaysDataType | grep Resolution
- name: change screen resolution
id: demo
Expand Down

0 comments on commit 17c728e

Please sign in to comment.