matrix-art

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

commit 9c6e06a8a6fcc3ed68adcc7cca36ee1d8329f342
parent 143dbf5c65219a88760efdde294d60371448236f
Author: MTRNord <mtrnord1@gmail.com>
Date:   Thu, 31 Mar 2022 03:09:30 +0200

Remove playwright for now

Diffstat:
D.github/workflows/playwright.yml | 60------------------------------------------------------------
1 file changed, 0 insertions(+), 60 deletions(-)

diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml @@ -1,60 +0,0 @@ -name: Playwright Tests -on: - push: - branches: [main] - pull_request: - branches: [main] -permissions: read-all - -jobs: - test: - permissions: - contents: read # for actions/checkout to fetch code - timeout-minutes: 60 - runs-on: self-hosted - steps: - # - name: Harden Runner - # uses: step-security/harden-runner@bdb12b622a910dfdc99a31fdfe6f45a16bc287a4 # v1 - # with: - # allowed-endpoints: " - # github.com:22 - # github.com:443 - # api.github.com:443 - # nodejs.org:443 - # registry.npmjs.org:443 - # playwright.azureedge.net:443 - # azure.archive.ubuntu.com:443 - # azure.archive.ubuntu.com:80 - # security.ubuntu.com:80 - # packages.microsoft.com:80 - # packages.microsoft.com:443 - # ppa.launchpad.net:80 - # fonts.googleapis.com:443 - # telemetry.nextjs.org:443 - # location.services.mozilla.com:443 - # art.midnightthoughts.space:443 - # matrix.art.midnightthoughts.space:443 - # localhost:80" - # env: - # USER: runner - - uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 # v2 - with: - persist-credentials: false - - name: Reconfigure git to use HTTP authentication - run: > - git config --global url."https://github.com/".insteadOf - ssh://git@github.com/ - - uses: actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048 # v2 - with: - node-version: "17.x" - - name: Install dependencies - run: npm ci - - name: Install Playwright - 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@3cea5372237819ed00197afe530f5a7ea3e805c8 # v2 - if: always() - with: - name: playwright-test-results - path: test-results/