Skip to content

Commit c8c6157

Browse files
committed
Setup Python and cache browsers
1 parent 3952c14 commit c8c6157

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/test.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,17 @@ jobs:
3636
steps:
3737
- uses: actions/checkout@v4
3838

39+
- uses: actions/setup-python@v5
40+
with:
41+
python-version: "3.11"
42+
43+
- name: Cache playwright binaries
44+
uses: actions/cache@v4
45+
with:
46+
path: |
47+
~/.cache/ms-playwright
48+
key: ${{ runner.os }}-playwright
49+
3950
- name: Build image
4051
run: |
4152
docker build --progress=plain --build-arg vncserver=${{ matrix.vncserver }} -t test .

0 commit comments

Comments
 (0)