Skip to content

Commit

Permalink
fix(ci): Revert Applitools configuration for GitHub integration (#436)
Browse files Browse the repository at this point in the history
This reverts changes from PR #432, because the error happened again after merging to master.

I also disabled github integration from Applitools' admin.
  • Loading branch information
adrienjoly committed Jan 23, 2021
1 parent 2b2482f commit aaa04f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,16 +99,13 @@ jobs:
- name: Run Cypress tests
uses: cypress-io/github-action@v2.7.2
with:
start: source env-vars-testing.sh
config-file: cypress.json
record: true
parallel: true
env:
CI: true
# env vars for visual tests (driven by Cypress)
APPLITOOLS_API_KEY: ${{ secrets.APPLITOOLS_API_KEY }}
APPLITOOLS_BATCH_ID: ${{ github.sha }}
CYPRESS_APPLITOOLS_API_KEY: ${{ secrets.APPLITOOLS_API_KEY }}
CYPRESS_APPLITOOLS_BATCH_ID: ${{ github.sha }}
# pass the Dashboard record key as an environment variable
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_DASHBOARD_KEY }}
# Recommended: pass the GitHub token lets this action correctly
Expand Down
6 changes: 0 additions & 6 deletions applitools.config.js

This file was deleted.

0 comments on commit aaa04f6

Please sign in to comment.