From 183840586f03905b9d87393fe322b697da24daef Mon Sep 17 00:00:00 2001 From: Arjun Attam Date: Fri, 10 Apr 2020 10:24:22 -0700 Subject: [PATCH] docs(ci): update link to github action (#1742) --- docs/ci.md | 2 +- docs/showcase.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/ci.md b/docs/ci.md index b441dcaeb1..772a2d1ac9 100644 --- a/docs/ci.md +++ b/docs/ci.md @@ -17,7 +17,7 @@ We have a [pre-built Docker image](docker/README.md) which can either be used di ## GitHub Actions -We run our tests on GitHub Actions, across a matrix of 3 platforms (Windows, Linux, macOS) and 3 browsers (Chromium, Firefox, WebKit). Use our [Actions configuration](/.github/workflows/tests.yml) to bootstrap your own. +We run [our tests](/.github/workflows/tests.yml) on GitHub Actions, across a matrix of 3 platforms (Windows, Linux, macOS) and 3 browsers (Chromium, Firefox, WebKit). Use the [microsoft/playwright-github-action](https://github.com/microsoft/playwright-github-action) to bootstrap your GitHub Actions configuration. ## Azure Pipelines diff --git a/docs/showcase.md b/docs/showcase.md index 956aa225b0..137fd0a842 100644 --- a/docs/showcase.md +++ b/docs/showcase.md @@ -37,7 +37,6 @@ * [playwright-react-typescript-jest-example](https://github.com/azemetre/playwright-react-typescript-jest-example): Using Playwright + Jest with a custom webpack configuration for React + Typescript project * [playwright-mocha](https://github.com/roggerfe/playwright-mocha): Using Playwright with Mocha and Chai * [playwright-cljs](https://github.com/apeckham/playwright-cljs): Playwright examples in ClojureScript -* [playwright-github-actions](https://github.com/arjun27/playwright-github-actions/actions): Playwright setup on GitHub Actions * [playwright-azure-functions](https://github.com/arjun27/playwright-azure-functions): Playwright setup on Azure Functions * [playwright-aws-lambda](https://github.com/austinkelleher/playwright-aws-lambda): Playwright setup on AWS Lambda