File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -40,20 +40,20 @@ jobs:
40
40
- name : Install required libraries
41
41
run : sudo apt-get update && sudo apt-get install -y libgtk-4-dev libgraphene-1.0-dev libavif-dev
42
42
43
- # - name: Cache Playwright dependencies
44
- # id: cache-pw
45
- # uses: actions/cache@v2
46
- # with:
47
- # path: /home/runner/.cache/ms-playwright
48
- # key: playwright-${{ runner.os }}-${{ hashFiles('playwrightVersion.mill') }}
49
- # restore-keys: |
50
- # playwright-${{ runner.os }}-${{ hashFiles('playwrightVersion.mill') }}
43
+ - name : Cache Playwright dependencies
44
+ id : cache-pw
45
+ uses : actions/cache@v2
46
+ with :
47
+ path : /home/runner/.cache/ms-playwright
48
+ key : playwright-${{ runner.os }}-${{ hashFiles('playwrightVersion.mill') }}
49
+ restore-keys : |
50
+ playwright-${{ runner.os }}-${{ hashFiles('playwrightVersion.mill') }}
51
51
52
52
- name : formatCheck
53
53
run : ./mill mill.scalalib.scalafmt.ScalafmtModule/checkFormatAll __.sources
54
54
55
- - name : playwright
56
- run : cs launch com.microsoft.playwright:playwright:1.51.0 -M "com.microsoft.playwright.CLI" -- install chromium --only-shell
55
+ - name : Install Playwright
56
+ run : just setupPlaywright
57
57
58
58
- name : compile
59
59
run : ./mill __.compile
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ serveMill:
45
45
- -proxy-target-port 8080
46
46
47
47
setupPlaywright :
48
- cs launch com.microsoft.playwright:playwright:1.45 .0 -M " com.microsoft.playwright.CLI" -- install --with-deps
48
+ cs launch com.microsoft.playwright:playwright:1.51 .0 -M " com.microsoft.playwright.CLI" -- install --with-deps
49
49
50
50
publishLocal :
51
51
./ mill __.publishLocal
You can’t perform that action at this time.
0 commit comments