Commit 3a57f60
authored
ci: share playwright cache across branches (#5895)
### 💭 Notes
Currently playwright is cached per-branch. Let's share the cache
globally, that will save a minute per PR.
Note: wait few weeks after #5881 so that all branches align to ubuntu
24.04. Github's `runner.os` gives "Linux" without a version, so sadly
can't nicely cache per-OS.1 parent 46503c5 commit 3a57f60
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
0 commit comments