This repository was archived by the owner on Sep 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +17
-15
lines changed Expand file tree Collapse file tree 2 files changed +17
-15
lines changed Original file line number Diff line number Diff line change @@ -93,15 +93,17 @@ jobs:
93
93
run : yarn install --frozen-lockfile
94
94
95
95
- name : Get installed Playwright version
96
- run : echo "PLAYWRIGHT_VERSION=$(yarn info @playwright/test -A --json | jq -r .data.version)" >> $GITHUB_ENV
96
+ id : playwright
97
+ working-directory : matrix-react-sdk
98
+ run : echo "version=$(yarn list --pattern @playwright/test --depth=0 --json --non-interactive --no-progress | jq -r '.data.trees[].name')" >> $GITHUB_OUTPUT
97
99
98
100
- name : Cache playwright binaries
99
101
uses : actions/cache@v3
100
102
id : playwright-cache
101
103
with :
102
104
path : |
103
105
~/.cache/ms-playwright
104
- key : ${{ runner.os }}-playwright-${{ env.PLAYWRIGHT_VERSION }}
106
+ key : ${{ runner.os }}-playwright-${{ steps.playwright.outputs.version }}
105
107
106
108
- name : Install Playwright browsers
107
109
if : steps.playwright-cache.outputs.cache-hit != 'true'
Original file line number Diff line number Diff line change 2026
2026
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
2027
2027
2028
2028
" @playwright/test@^1.40.1 " :
2029
- version "1.40.1 "
2030
- resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.40.1 .tgz#9e66322d97b1d74b9f8718bacab15080f24cde65 "
2031
- integrity sha512-EaaawMTOeEItCRvfmkI9v6rBkF1svM8wjl/YPRrg2N2Wmp+4qJYkWtJsbew1szfKKDm6fPLy4YAanBhIlf9dWw ==
2029
+ version "1.41.0 "
2030
+ resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.41.0 .tgz#b083e976295f1fe039c15d451c66554d7f37278c "
2031
+ integrity sha512-Grvzj841THwtpBOrfiHOeYTJQxDRnKofMSzCiV8XeyLWu3o89qftQ4BCKfkziJhSUQRd0utKhrddtIsiraIwmw ==
2032
2032
dependencies :
2033
- playwright "1.40.1 "
2033
+ playwright "1.41.0 "
2034
2034
2035
2035
2036
2036
version "1.0.1"
@@ -7561,17 +7561,17 @@ pkg-dir@^4.2.0:
7561
7561
dependencies :
7562
7562
find-up "^4.0.0"
7563
7563
7564
- playwright-core@1.40.1 :
7565
- version "1.40.1 "
7566
- resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.40.1 .tgz#442d15e86866a87d90d07af528e0afabe4c75c05 "
7567
- integrity sha512-+hkOycxPiV534c4HhpfX6yrlawqVUzITRKwHAmYfmsVreltEl6fAZJ3DPfLMOODw0H3s1Itd6MDCWmP1fl/QvQ ==
7564
+ playwright-core@1.41.0 :
7565
+ version "1.41.0 "
7566
+ resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.41.0 .tgz#dbda9c3948df28a8deae76cc90b424e47174f9d7 "
7567
+ integrity sha512-UGKASUhXmvqm2Lxa1fNr8sFwAtqjpgBRr9jQ7XBI8Rn5uFiEowGUGwrruUQsVPIom4bk7Lt+oLGpXobnXzrBIw ==
7568
7568
7569
- playwright@1.40.1 :
7570
- version "1.40.1 "
7571
- resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.40.1 .tgz#a11bf8dca15be5a194851dbbf3df235b9f53d7ae "
7572
- integrity sha512-2eHI7IioIpQ0bS1Ovg/HszsN/XKNwEG1kbzSDDmADpclKc7CyqkHw7Mg2JCz/bbCxg25QUPcjksoMW7JcIFQmw ==
7569
+ playwright@1.41.0 :
7570
+ version "1.41.0 "
7571
+ resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.41.0 .tgz#77ab5f3a5fde479522167f74a5070e72ce884bff "
7572
+ integrity sha512-XOsfl5ZtAik/T9oek4V0jAypNlaCNzuKOwVhqhgYT3os6kH34PzbRb74F0VWcLYa5WFdnmxl7qyAHBXvPv7lqQ ==
7573
7573
dependencies :
7574
- playwright-core "1.40.1 "
7574
+ playwright-core "1.41.0 "
7575
7575
optionalDependencies :
7576
7576
fsevents "2.3.2"
7577
7577
You can’t perform that action at this time.
0 commit comments