File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 3131 steps :
3232 - name : Checkout GitHub repo
3333 uses : actions/checkout@v4
34+ - name : Install Safari Technology Preview
35+ if : matrix.os == 'macos-latest'
36+ run : |
37+ brew install --cask safari-technology-preview
3438 - name : Remove driver directories Windows
3539 if : matrix.os == 'windows-latest'
3640 run : |
8084 with :
8185 distribution : ' temurin'
8286 java-version : 11
87+ - name : Install and Configure Safari and WebDriver
88+ if : matrix.os == 'macos-latest'
89+ run : |
90+ # Check if safaridriver exists
91+ if [[ ! -f "/Applications/Safari Technology Preview.app/Contents/MacOS/safaridriver" ]]; then
92+ echo "safaridriver not found. Exiting."
93+ exit 1
94+ fi
8395 - name : Run tests
8496 uses :
nick-invision/[email protected] 8597 with :
You can’t perform that action at this time.
0 commit comments