From 16ae0ecc018c8c71eee12818a5bddb841cdfd969 Mon Sep 17 00:00:00 2001 From: nadvolod Date: Thu, 14 Oct 2021 12:41:43 -0400 Subject: [PATCH 1/2] another ci --- .github/workflows/good2.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/good2.yml b/.github/workflows/good2.yml index 6829045..02664ce 100644 --- a/.github/workflows/good2.yml +++ b/.github/workflows/good2.yml @@ -1,8 +1,5 @@ -name: Testing for Good -env: - SCREENER_API_KEY: ${{ secrets.SCREENER_API_KEY }} - SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }} - SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }} +name: Testing for Good 2 + on: push: @@ -45,7 +42,3 @@ jobs: run: | cd testing-for-charity/my-react-app npm run cy:ci - - name: Run visual tests 👁 - run: | - cd testing-for-charity/my-react-app - npm run test:visual \ No newline at end of file From 5db46a8fe960ace4e169a815ddb6cddcb46912bf Mon Sep 17 00:00:00 2001 From: nadvolod Date: Thu, 14 Oct 2021 12:44:12 -0400 Subject: [PATCH 2/2] ci 3 --- .github/workflows/good2.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/good2.yml b/.github/workflows/good2.yml index 02664ce..0536f10 100644 --- a/.github/workflows/good2.yml +++ b/.github/workflows/good2.yml @@ -1,5 +1,4 @@ -name: Testing for Good 2 - +name: Testing for Good 3 on: push: