Skip to content

Commit

Permalink
Run tests if package-lock changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Pezmc committed Aug 23, 2023
1 parent 3cbee40 commit 4ba6632
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- 'test/e2e/frontend/**'
- 'test/unit/frontend/**'
- 'package.json'
- 'package-lock.json'
- '.eslintrc'
pull_request:
paths:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-postgresql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
- 'test/unit/**'
- 'test/system/**'
- 'package.json'
- 'package-lock.json'
- '.github/workflows/test-postgresql.yml'

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-ui-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- 'test/e2e/frontend/**'
- 'test/unit/frontend/**'
- 'package.json'
- 'package-lock.json'
- '.eslintrc'
pull_request:
paths:
Expand All @@ -21,6 +22,7 @@ on:
- 'test/e2e/frontend/**'
- 'test/unit/frontend/**'
- 'package.json'
- 'package-lock.json'
- '.eslintrc'

jobs:
Expand Down

0 comments on commit 4ba6632

Please sign in to comment.