Skip to content

Commit

Permalink
fix ui tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TobyDrane committed Aug 21, 2023
1 parent ec31e45 commit 62eba78
Show file tree
Hide file tree
Showing 4 changed files with 465 additions and 20 deletions.
8 changes: 8 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@ repos:
- id: checkov
args: [--quiet, --compact]
exclude: '^(?!infrastructure/).*'
- repo: local
hooks:
- id: sdk_test
name: sdk_test
language: system
entry: bash -c 'make sdk-test'
files: sdk/*.
pass_filenames: false
- repo: local
hooks:
- id: ui_test
Expand Down
Loading

0 comments on commit 62eba78

Please sign in to comment.