matrix-art

An image gallery for Matrix
git clone git://archive.git.mtrnord.blog/MTRNord/matrix-art.git
Log | Files | Refs | README | LICENSE

commit b1d01db72d8d8203f2df98f95561962bfff303a3
parent b31248679086c8c74194e8f83ba700d4ba4269b9
Author: MTRNord <mtrnord1@gmail.com>
Date:   Tue,  1 Mar 2022 02:00:24 +0100

Adapt playwright task to also install chrome

Diffstat:
M.github/workflows/playwright.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml @@ -50,7 +50,7 @@ jobs: - name: Install dependencies run: npm ci - name: Install Playwright - run: npx playwright install --with-deps && npx playwright install msedge + run: npx playwright install --with-deps && npx playwright install msedge && npx playwright install chrome - name: Run Playwright tests run: npm run test - uses: actions/upload-artifact@82c141cc518b40d92cc801eee768e7aafc9c2fa2 # v2