Skip to content

Commit

Permalink
add more patterns to diff
Browse files Browse the repository at this point in the history
  • Loading branch information
gartnera committed Jul 23, 2024
1 parent fdf3fc0 commit e2b9e15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ jobs:
with:
PATTERNS: |
**/**.py
go.mod
go.sum
gomod2nix.toml
- name: run gomod2nix
run: |
nix run -f ./nix gomod2nix
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ jobs:
go.mod
go.sum
tests/integration_tests/**
*.nix
- name: Run integration tests
run: make run-integration-tests
if: env.GIT_DIFF
Expand Down

0 comments on commit e2b9e15

Please sign in to comment.