diff --git a/.github/workflows/good2.yml b/.github/workflows/good2.yml index 6829045..0536f10 100644 --- a/.github/workflows/good2.yml +++ b/.github/workflows/good2.yml @@ -1,8 +1,4 @@ -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 3 on: push: @@ -45,7 +41,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