matrix-art

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

commit deea3abc590d08920e1e1112352f24795743681b
parent 830edf046157ad756ce2d66b5559466b4915a23c
Author: MTRNord <mtrnord1@gmail.com>
Date:   Mon,  7 Feb 2022 21:15:49 +0100

Run the correct command for testing

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 Playwright run: npx playwright install --with-deps && npx playwright install msedge - name: Run Playwright tests - run: npx playwright test + run: npm run test - uses: actions/upload-artifact@82c141cc518b40d92cc801eee768e7aafc9c2fa2 # v2 if: always() with: