Skip to content

Commit e26285f

Browse files
committed
Install git-lfs in the Playwright image for proper functionality
1 parent aa8705d commit e26285f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/verify.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,13 @@ jobs:
5151
run:
5252
working-directory: ./spock-website
5353
steps:
54+
# Unlike the default image, the playwright image does not have git-lfs installed
55+
- name: Install git-lfs
56+
run: |
57+
apt-get update
58+
apt-get install -y git-lfs
59+
working-directory: ./ # the default only exists after checkout
60+
5461
- name: Checkout
5562
uses: actions/checkout@v6
5663
with:

0 commit comments

Comments
 (0)