Skip to content

Commit 8e0dd3c

Browse files
committed
Merge branch 'develop' into trunk
2 parents 2160d5a + c8fb346 commit 8e0dd3c

File tree

53 files changed

+612
-608
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+612
-608
lines changed

.eslintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"rules": {
44
"import/no-unresolved": 0,
55
"import/no-extraneous-dependencies": 0,
6-
"react/jsx-props-no-spreading": 0
6+
"react/jsx-props-no-spreading": 0,
7+
"jsdoc/check-tag-names": 0
78
}
89
}

.github/workflows/e2e-tests.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
11
name: Run E2E Test Suite
22

33
# Controls when the workflow will run
4-
on:
5-
pull_request:
6-
7-
push:
8-
branches:
9-
- 'develop'
10-
11-
# Allows you to run this workflow manually from the Actions tab
12-
workflow_dispatch:
4+
on: [ push, workflow_dispatch ]
135

146
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
157
jobs:
@@ -44,4 +36,4 @@ jobs:
4436
env: video=false
4537
env:
4638
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
47-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)