Skip to content

Commit 09f0e01

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/adobe/css-tools-4.3.2
2 parents 00344ce + cacd9e7 commit 09f0e01

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/cypress.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
command-prefix: percy exec -- yarn
2929
record: true
3030
env:
31-
CYPRESS_PROJECT_ID: ${{ secrets.CYPRESS_PROJECT_ID }}
3231
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
3332
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3433
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}

cypress.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
const { defineConfig } = require("cypress");
22

33
module.exports = defineConfig({
4+
projectId: 'b4x3of',
45
e2e: {
56

67
// Assume local testing

0 commit comments

Comments
 (0)