File tree 2 files changed +4
-7
lines changed
2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ runs:
11
11
run : |
12
12
if [[ $OS == "Windows" ]]; then
13
13
echo "CACHE_PATH=C:\Users\runneradmin\AppData\Local\ms-playwright" >> "$GITHUB_ENV"
14
- echo "BROWSER =chromium firefox" >> "$GITHUB_ENV"
14
+ echo "BROWSERS =chromium firefox" >> "$GITHUB_ENV"
15
15
echo "OS=windows" >> "$GITHUB_ENV"
16
16
else
17
17
echo "CACHE_PATH=~/Library/Caches/ms-playwright" >> "$GITHUB_ENV"
18
- echo "BROWSER =webkit chromium firefox" >> "$GITHUB_ENV"
18
+ echo "BROWSERS =webkit chromium firefox" >> "$GITHUB_ENV"
19
19
echo "OS=macos" >> "$GITHUB_ENV"
20
20
fi
21
21
32
32
shell : bash
33
33
working-directory : screen-reader-test
34
34
if : steps.playwright-cache.outputs.cache-hit != 'true'
35
- run : |
36
- npx playwright install --with-deps ${{ env.BROWSER }}
37
- echo "----"
38
- ls ${{ env.CACHE_PATH }}
35
+ run : npx playwright install --with-deps ${{ env.BROWSERS }}
Original file line number Diff line number Diff line change 10
10
strategy :
11
11
fail-fast : false
12
12
matrix :
13
- os : [macos-latest , windows-latest ]
13
+ os : [macos-13 , windows-2022 ]
14
14
steps :
15
15
- name : ⏬ Checkout repo
16
16
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments