Skip to content

Commit

Permalink
Merge branch 'develop' into trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
tlovett1 committed Mar 20, 2022
2 parents 2160d5a + c8fb346 commit 8e0dd3c
Show file tree
Hide file tree
Showing 53 changed files with 612 additions and 608 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"rules": {
"import/no-unresolved": 0,
"import/no-extraneous-dependencies": 0,
"react/jsx-props-no-spreading": 0
"react/jsx-props-no-spreading": 0,
"jsdoc/check-tag-names": 0
}
}
12 changes: 2 additions & 10 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
name: Run E2E Test Suite

# Controls when the workflow will run
on:
pull_request:

push:
branches:
- 'develop'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
on: [ push, workflow_dispatch ]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down Expand Up @@ -44,4 +36,4 @@ jobs:
env: video=false
env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Loading

0 comments on commit 8e0dd3c

Please sign in to comment.