Skip to content

Commit

Permalink
Test compatibility workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ndricimrr committed Nov 15, 2023
1 parent 649316b commit 7278b25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ on:
push:
branches:
- 'main'
pull_request:
branches:
- 'main'
name: Backwards Compatibility Check
env:
CYPRESS_CACHE_FOLDER: ~/cypress-binary-cache
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
},
"husky": {
"hooks": {
"pre-commit": "npm run lint --prefix=container && npm run code-quality && ./scripts/hooks/remove-test-prefixes.sh && ./scripts/hooks/generate-docu.sh && ./scripts/hooks/prevent-illegal-characters.sh"
"pre-commit": "npm run code-quality && ./scripts/hooks/remove-test-prefixes.sh && ./scripts/hooks/generate-docu.sh && ./scripts/hooks/prevent-illegal-characters.sh"
}
},
"codeQuality": {
Expand Down

0 comments on commit 7278b25

Please sign in to comment.