From 17d9115a99dac60725eac49ccf37649356f19ad2 Mon Sep 17 00:00:00 2001 From: Gleb Bahmutov Date: Wed, 15 Jan 2020 16:29:35 -0500 Subject: [PATCH] add comment about cypress gh action --- ci/cypress.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/cypress.yml b/ci/cypress.yml index 99b4e25..c42c930 100644 --- a/ci/cypress.yml +++ b/ci/cypress.yml @@ -7,6 +7,8 @@ env: TERM: xterm # good terminal rendering jobs: + # for simpler configuration you can use 3rd party action + # https://github.com/cypress-io/github-action e2e: name: Cypress tests runs-on: ubuntu-latest